BUG 9737 atributos HTML "id" con valores duplicados SOLVED
- Unnecesary extra iframe in html template - Delete unnecesary iframe
This commit is contained in:
@@ -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']) ) {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user