Merge PR #1375 branch 'marc1706/ticket/11442' into develop

# By marc1706
# Via marc1706
* marc1706/ticket/11442:
  [ticket/11442] Use correct button class for ajaxified confirm_box
This commit is contained in:
Oleg Pudeyev 2013-05-07 16:30:48 -04:00
commit 7a881183d8

View file

@ -4,7 +4,7 @@
<p>{MESSAGE_TEXT}</p> <p>{MESSAGE_TEXT}</p>
<fieldset class="submit-buttons"> <fieldset class="submit-buttons">
<input type="button" name="confirm" value="{L_YES}" class="button2" />&nbsp; <input type="button" name="confirm" value="{L_YES}" class="button1" />&nbsp;
<input type="button" name="cancel" value="{L_NO}" class="button2" /> <input type="button" name="cancel" value="{L_NO}" class="button2" />
</fieldset> </fieldset>