Index: branches/unlabeled/unlabeled-1.6.2/core/admin_templates/categories/permissions_tab.tpl
===================================================================
diff -u -r5561 -r5563
--- branches/unlabeled/unlabeled-1.6.2/core/admin_templates/categories/permissions_tab.tpl (.../permissions_tab.tpl) (revision 5561)
+++ branches/unlabeled/unlabeled-1.6.2/core/admin_templates/categories/permissions_tab.tpl (.../permissions_tab.tpl) (revision 5563)
@@ -54,7 +54,7 @@
- " src="/img/perm_greenred.gif"/>
+ " src="img/perm_greenred.gif"/>
|
Index: branches/unlabeled/unlabeled-1.6.2/kernel/admin_templates/categories/permissions_tab.tpl
===================================================================
diff -u -r5561 -r5563
--- branches/unlabeled/unlabeled-1.6.2/kernel/admin_templates/categories/permissions_tab.tpl (.../permissions_tab.tpl) (revision 5561)
+++ branches/unlabeled/unlabeled-1.6.2/kernel/admin_templates/categories/permissions_tab.tpl (.../permissions_tab.tpl) (revision 5563)
@@ -54,7 +54,7 @@
- " src="/img/perm_greenred.gif"/>
+ " src="img/perm_greenred.gif"/>
|
Index: branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js
===================================================================
diff -u -r5497 -r5563
--- branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5497)
+++ branches/unlabeled/unlabeled-1.15.2/kernel/admin_templates/incs/ajax.js (.../ajax.js) (revision 5563)
@@ -121,9 +121,8 @@
/*$div.style.border = '1px solid green';
$div.style.backgroundColor = '#FF0000';*/
-
- var $image_base = img_path.replace('#MODULE#', 'kernel');
- $div.innerHTML = ''+Request.progressText+'
 |
';
+
+ $div.innerHTML = ''+Request.progressText+'
 |
';
return $div;
}
Index: branches/unlabeled/unlabeled-1.8.2/core/admin_templates/categories/categories_edit_permissions.tpl
===================================================================
diff -u -r5562 -r5563
--- branches/unlabeled/unlabeled-1.8.2/core/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 5562)
+++ branches/unlabeled/unlabeled-1.8.2/core/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 5563)
@@ -179,8 +179,7 @@
function update_light(perm_name, value)
{
- var $img_base = img_path.replace('#MODULE#', 'kernel');
- document.getElementById('light_'+perm_name).src = $img_base + 'perm_' + (value ? 'green' : 'red') + '.gif';
+ document.getElementById('light_'+perm_name).src = 'img/perm_' + (value ? 'green' : 'red') + '.gif';
}
function inherited_click(perm_name, inherited_value, state, access_cb_id)
Index: branches/unlabeled/unlabeled-1.8.2/kernel/admin_templates/categories/categories_edit_permissions.tpl
===================================================================
diff -u -r5562 -r5563
--- branches/unlabeled/unlabeled-1.8.2/kernel/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 5562)
+++ branches/unlabeled/unlabeled-1.8.2/kernel/admin_templates/categories/categories_edit_permissions.tpl (.../categories_edit_permissions.tpl) (revision 5563)
@@ -179,8 +179,7 @@
function update_light(perm_name, value)
{
- var $img_base = img_path.replace('#MODULE#', 'kernel');
- document.getElementById('light_'+perm_name).src = $img_base + 'perm_' + (value ? 'green' : 'red') + '.gif';
+ document.getElementById('light_'+perm_name).src = 'img/perm_' + (value ? 'green' : 'red') + '.gif';
}
function inherited_click(perm_name, inherited_value, state, access_cb_id)