From 6623e735e81023e321e208ad99e04b727a78e4f7 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 14 Jun 2011 10:03:09 +0000 Subject: merge r11361 from branch 2.2 to trunk bug 2341 fixed: simplified selection for CSS file to edit. We display the list of themes in the same order as on [Administration > Configuration > Themes] git-svn-id: http://piwigo.org/svn/trunk@11362 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/LocalFilesEditor/template/admin.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/LocalFilesEditor/template/admin.tpl') diff --git a/plugins/LocalFilesEditor/template/admin.tpl b/plugins/LocalFilesEditor/template/admin.tpl index 1761951d2..00be8a017 100644 --- a/plugins/LocalFilesEditor/template/admin.tpl +++ b/plugins/LocalFilesEditor/template/admin.tpl @@ -52,7 +52,13 @@ if (document.getElementById("text") != null) {/if} {if isset ($css_lang_tpl)} -{html_options name=file_to_edit options=$css_lang_tpl.OPTIONS selected=$css_lang_tpl.SELECTED} + + +

{if isset ($css_lang_tpl.NEW_FILE_URL)} -- cgit v1.2.3