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 | |
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')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 4 | ||||
-rw-r--r-- | admin/template/goto/element_set_unit.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/picture_modify.tpl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index 27b6be457..820e21397 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.tpl @@ -45,7 +45,7 @@ <tr> <td><strong>{'Description'|@translate}</strong></td> <td> - <textarea cols="50" rows="5" name="comment" class="description">{$CAT_COMMENT}</textarea> + <textarea cols="50" rows="5" name="comment" id="comment" class="description">{$CAT_COMMENT}</textarea> </td> </tr> </table> @@ -213,7 +213,7 @@ <tr> <td><strong>{'mail_content'|@translate}</strong></td> <td> - <textarea cols="50" rows="5" name="mail_content" class="description">{$MAIL_CONTENT}</textarea> + <textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea> </td> </tr> diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl index e4805cf44..c2b38a00d 100644 --- a/admin/template/goto/element_set_unit.tpl +++ b/admin/template/goto/element_set_unit.tpl @@ -83,7 +83,7 @@ <tr> <td><strong>{'Description'|@translate}</strong></td> - <td><textarea name="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td> + <td><textarea name="description-{$element.ID}" id="description-{$element.ID}" class="description">{$element.DESCRIPTION}</textarea></td> </tr> </table> 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> |