diff options
author | plegall <plg@piwigo.org> | 2005-08-19 19:07:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-19 19:07:13 +0000 |
commit | dded962ded654bbb73eb144d77bea681aad95868 (patch) | |
tree | b1796635bae1b6c8f39bd29f929bd27d9c928f2a /template/default/admin/picture_modify.tpl | |
parent | abed8b4a18988f4a3fc2ca788fd835195b7d81b8 (diff) |
- improvement : less compact presentation of screen admin/element_set_unit.
git-svn-id: http://piwigo.org/svn/trunk@836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/picture_modify.tpl')
-rw-r--r-- | template/default/admin/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/picture_modify.tpl b/template/default/admin/picture_modify.tpl index d59c69f59..90a5b7751 100644 --- a/template/default/admin/picture_modify.tpl +++ b/template/default/admin/picture_modify.tpl @@ -104,7 +104,7 @@ <tr> <td><strong>{lang:Description}</strong></td> - <td><textarea name="description" rows="5" cols="50" style="overflow:auto">{DESCRIPTION}</textarea></td> + <td><textarea name="description" class="description">{DESCRIPTION}</textarea></td> </tr> </table> |