diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-06 17:59:06 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-06 17:59:06 +0000 |
commit | 8fdaa594942c6e0cb586f28dbbfdb868ce27b971 (patch) | |
tree | c9b39f03c095ff30f7e7a4f0f06a8e01aa85b09e /admin/template/goto/picture_modify.tpl | |
parent | 6979ff78605c09152d7729d4285c4973c1f8c72c (diff) |
- Don't show "home" twice on picture navbar if category is not set.
- Add ids to textarea (for future use with TinyMCE plugin).
- Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px.
git-svn-id: http://piwigo.org/svn/trunk@2674 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/picture_modify.tpl')
-rw-r--r-- | admin/template/goto/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/picture_modify.tpl b/admin/template/goto/picture_modify.tpl index 2e4d161e7..ddf4e3fc4 100644 --- a/admin/template/goto/picture_modify.tpl +++ b/admin/template/goto/picture_modify.tpl @@ -123,7 +123,7 @@ <tr> <td><strong>{'Description'|@translate}</strong></td> - <td><textarea name="description" class="description">{$DESCRIPTION}</textarea></td> + <td><textarea name="description" id="description" class="description">{$DESCRIPTION}</textarea></td> </tr> <tr> |