]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/confirm.tpl
Merge pull request #11451 from atjn/update-icon
[friendica.git] / view / templates / confirm.tpl
index df8d26eaa799923177655e8cef126ab34f2e2d21..b64cd4bd98b4d8a4c2c59eaa905ffe175a697995 100644 (file)
@@ -1,18 +1,11 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <center>
 <form action="{{$confirm_url}}" id="confirm-form" method="{{$method}}">
 
-       <span id="confirm-message">{{$message}}</span>
-       {{foreach $extra_inputs as $input}}
-       <input type="hidden" name="{{$input.name}}" value="{{$input.value}}" />
-       {{/foreach}}
+       <h3 id="confirm-message">{{$l10n.message}}</h3>
 
-       <input class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm}}" />
-       <input class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$cancel}}" />
+       <button class="confirm-button" id="confirm-submit-button" type="submit" name="{{$confirm_name}}" value="{{$confirm_value}}">{{$l10n.confirm}}</button>
+       <button class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="{{$l10n.cancel}}">{{$l10n.cancel}}</button>
 
 </form>
 </center>