fixed submit button text

This commit is contained in:
tworrall 2011-11-15 16:03:15 +00:00
parent 98edd591f0
commit c8078c05f4

View file

@ -133,7 +133,7 @@
<input type="hidden" id="editKey" name="editKey" value="${editConfiguration.editKey}"/>
<p class="submit">
<input type="submit" id="submit" value="editConfiguration.submitLabel"/><span class="or"> or </span>
<input type="submit" id="submit" value="${submitButtonText}"/><span class="or"> or </span>
<a class="cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
</p>