BUG 9737 atributos HTML "id" con valores duplicados SOLVED

- Unnecesary extra iframe in html template
- Delete unnecesary iframe
This commit is contained in:
Julio Cesar Laura
2012-09-25 01:01:50 -04:00
parent 642978da56
commit 4801ca6380
2 changed files with 8 additions and 8 deletions

View File

@@ -139,6 +139,7 @@ try {
$_SESSION['PROCESS'] = $aFields['PRO_UID'];
$_SESSION['TASK'] = -1;
$_SESSION['STEP_POSITION'] = 0;
$_SESSION['CURRENT_TASK'] = $aFields['TAS_UID'];
//if the task is in the valid selfservice tasks for this user, then catch the case, else just view the resume
if( $oCase->isSelfService($_SESSION['USER_LOGGED'], $aFields['TAS_UID']) ) {

View File

@@ -1,7 +1,6 @@
<div id="west" class="x-hide-display"><div id="tree"></div></div>
<div id="props-panel" class="x-hide-display" style="width:200px;height:200px;overflow:hidden;"></div>
<div id="south" class="x-hide-display"></div>
<iframe name="casesSubFrame" id="casesSubFrame" src ="" width="100%" frameborder="0" height="768">Your browser does not support iframes.</iframe>
<script>
</script>