Author: jaz
Date: Wed Mar 28 10:20:04 2007
New Revision: 523414
URL:
http://svn.apache.org/viewvc?view=rev&rev=523414Log:
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> </td>
<td> </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>