aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/picture.tpl
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2005-01-20 15:06:06 +0000
committergweltas <gweltas@piwigo.org>2005-01-20 15:06:06 +0000
commitf6d7b362439e2dec4c00c3ccfa18964ebe7196fd (patch)
tree194ed0894126c5417e82c10948df30e891a26bfe /template/default/picture.tpl
parent351aae658fb11f323de8769466f18eca27055560 (diff)
- Misalignement of navigation arrows in picture.tpl (specific IE)
- Comments are now an unlimited textarea git-svn-id: http://piwigo.org/svn/trunk@711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/default/picture.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl
index 4bd65d6d6..91db1219b 100644
--- a/template/default/picture.tpl
+++ b/template/default/picture.tpl
@@ -63,6 +63,7 @@
</div>
<!-- END stop_slideshow -->
<div style="clear:both;"></div>
+<div style="white-space:nowrap;">
<div id="gauche">
&nbsp;
<!-- BEGIN previous -->
@@ -91,6 +92,7 @@
<!-- END next -->
&nbsp;
</div>
+</div>
<div style="clear:both;"></div>
<!-- BEGIN metadata -->
<table class="tablecompact">
@@ -160,7 +162,8 @@
<!-- END author_known -->
{L_COMMENT}</td>
<td style="width:100%;">
- <input name="content" type="text" maxlength="200" style="width:100%;" value="" /></td><td>
+ <textarea name="content" rows="2" style="width:100%;"></textarea>
+ </td><td>
<input type="submit" value="{L_SUBMIT}" class="bouton" />
</td>
</tr>