diff options
author | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-09-18 11:12:22 +0000 |
commit | 8c8c9829241b081a52013be896c41da0e8e76f0d (patch) | |
tree | 0e99c21f7a5e44e6adec1ef84878d531a7089ae7 /admin/themes/default/template/cat_modify.tpl | |
parent | 1826f5371461943ac7450d1ac0d06748c5d5409b (diff) |
enlarge album list to 600px
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/cat_modify.tpl')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 7d0e01530..d71ad0528 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -109,7 +109,7 @@ categoriesCache.selectize(jQuery('[data-selectize=categories]'), { <strong>{'Parent album'|@translate}</strong> <br> <select data-selectize="categories" data-value="{$parent_category|@json_encode|escape:html}" - name="parent" style="width:400px"></select> + name="parent" style="width:600px"></select> </p> {/if} |