You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/28 19:20:05 UTC

svn commit: r523414 - /ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl

Author: jaz
Date: Wed Mar 28 10:20:04 2007
New Revision: 523414

URL: http://svn.apache.org/viewvc?view=rev&rev=523414
Log:
added style to the submit button

Modified:
    ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl

Modified: ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl?view=diff&rev=523414&r1=523413&r2=523414
==============================================================================
--- ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl (original)
+++ ofbiz/trunk/applications/content/template/survey/genericsurvey.ftl Wed Mar 28 10:20:04 2007
@@ -239,6 +239,6 @@
   <tr>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
-    <td colspan="2"><input type="submit" value="<#if survey.submitCaption?has_content>${survey.submitCaption}<#else/>Submit</#if>"/></td>
+    <td colspan="2"><input type="submit" class="smallSubmit" value="<#if survey.submitCaption?has_content>${survey.submitCaption}<#else/>Submit</#if>"/></td>
   </tr>
 </table>