[pLog-svn] r1871 - in plog/branches/plog-1.0.1/templates: blueish grey

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Apr 18 20:30:28 GMT 2005


Author: oscar
Date: 2005-04-18 20:30:27 +0000 (Mon, 18 Apr 2005)
New Revision: 1871

Modified:
   plog/branches/plog-1.0.1/templates/blueish/commentform.template
   plog/branches/plog-1.0.1/templates/grey/commentform.template
Log:
hopefully this will mean fewer problems with the 'smileys' plugin...

Modified: plog/branches/plog-1.0.1/templates/blueish/commentform.template
===================================================================
--- plog/branches/plog-1.0.1/templates/blueish/commentform.template	2005-04-18 20:15:41 UTC (rev 1870)
+++ plog/branches/plog-1.0.1/templates/blueish/commentform.template	2005-04-18 20:30:27 UTC (rev 1871)
@@ -1,5 +1,5 @@
  <div class="comments-body">
-  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
+  <form action="{$url->getIndexUrl()}" method="post" id="NewComment" name="NewComment">
    <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: plog/branches/plog-1.0.1/templates/grey/commentform.template
===================================================================
--- plog/branches/plog-1.0.1/templates/grey/commentform.template	2005-04-18 20:15:41 UTC (rev 1870)
+++ plog/branches/plog-1.0.1/templates/grey/commentform.template	2005-04-18 20:30:27 UTC (rev 1871)
@@ -1,4 +1,4 @@
-  <form action="{$url->getIndexUrl()}" method="post">
+  <form action="{$url->getIndexUrl()}" method="post" id="NewComment" name="NewComment">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="37" name="commentText"></textarea><br/>




More information about the pLog-svn mailing list