aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-09 19:19:03 +0000
committervdigital <vdigital@piwigo.org>2008-10-09 19:19:03 +0000
commit16df0a59dcd3577da7bac2c1551ced1d793b4310 (patch)
tree13bdc4de0ef49d884629ba9e9e7406611b88bd17
parent2813b39eac10cbaf8a3c6a5016b3866d64cc141e (diff)
Corrective change to svn:2674
(Add ids to textarea (for future use with TinyMCE plugin).) id="content" is already used on many pages and a css rule is applied on. So new id is id="contentid". git-svn-id: http://piwigo.org/svn/trunk@2695 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/picture.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index 5d6f85b7f..a2579355c 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -262,7 +262,7 @@ y.callService(
{if $comment_add.SHOW_AUTHOR}
<label>{'upload_author'|@translate}<input type="text" name="author"></label>
{/if}
- <label>{'comment'|@translate}<textarea name="content" id="content" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
+ <label>{'comment'|@translate}<textarea name="content" id="contentid" rows="5" cols="80">{$comment_add.CONTENT}</textarea></label>
<input type="hidden" name="key" value="{$comment_add.KEY}" />
<input class="submit" type="submit" value="{'Submit'|@translate}">
</fieldset>