Author: fizyk
Date: 2010-05-23 13:33:14 +0200 (Sun, 23 May 2010)
New Revision: 29586
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_form.php
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formComment.php
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formReport.php
Log:
make the form templates xhtml compliant
Modified: plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_form.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_form.php
2010-05-22 21:42:36 UTC (rev 29585)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_form.php
2010-05-23 11:33:14 UTC (rev 29586)
@@ -29,4 +29,10 @@
<?php endif ?>
<?php endif ?>
<?php endforeach ?>
-<?php echo $form->renderHiddenFields() ?>
\ No newline at end of file
+ <tr>
+ <td colspan="2" class="submit">
+<?php echo $form->renderHiddenFields() ?>
+ <input type="submit" value="<?php echo __('send', array(),
'vjComment') ?>" class="submit" />
+ </td>
+ </tr>
+ </table>
\ No newline at end of file
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formComment.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formComment.php
2010-05-22 21:42:36 UTC (rev 29585)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formComment.php
2010-05-23 11:33:14 UTC (rev 29586)
@@ -9,12 +9,6 @@
<fieldset>
<legend><?php echo __('Add new comment', array(), 'vjComment') ?></legend>
<?php include_partial("comment/form", array('form' => $form)) ?>
- <tr>
- <td colspan="2" class="submit">
- <input type="submit" value="<?php echo __('send', array(),
'vjComment') ?>" class="submit" />
- </td>
- </tr>
- </table>
</fieldset>
</form>
<?php else: ?>
Modified:
plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formReport.php
===================================================================
--- plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formReport.php
2010-05-22 21:42:36 UTC (rev 29585)
+++ plugins/vjCommentPlugin/TRUNK/modules/comment/templates/_formReport.php
2010-05-23 11:33:14 UTC (rev 29586)
@@ -6,12 +6,6 @@
<fieldset>
<legend><?php echo __('Report a comment', array(), 'vjComment') ?></legend>
<?php include_partial("comment/form", array('form' => $form)) ?>
- <tr>
- <td colspan="2" class="submit">
- <input type="submit" value="<?php echo __('send', array(),
'vjComment') ?>" class="submit" />
- </td>
- </tr>
- </table>
</fieldset>
</form>
</div>
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.