[*] BO #PSFV-94 : Added AdminStatusesController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9853 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-03 16:26:12 +00:00
parent 1240604e7d
commit fb59853cb1
11 changed files with 662 additions and 424 deletions
+2 -3
View File
@@ -492,10 +492,9 @@ function openWin(url, title, width, height, top, left)
newWin.focus();
}
function viewTemplates(id_select, id_lang, prefix, ext)
function viewTemplates(id_select, prefix, ext)
{
var id_list = document.getElementById(id_select);
var loc = id_list.options[id_list.selectedIndex].value;
var loc = $(id_select).val();
if (loc != 0)
openWin (prefix+loc+ext, 'tpl_viewing', '520', '400', '50', '300');
return ;