Update templates for #2762

This commit is contained in:
Maxime Besson 2022-06-20 15:09:57 +02:00
parent 31db698df0
commit 5d80b47570
1 changed files with 10 additions and 4 deletions

View File

@ -26,10 +26,16 @@
</button>
</div>
<div class="buttons">
<a href="<TMPL_VAR NAME="PORTAL_URL">?cancel=1&skin=<TMPL_VAR NAME="SKIN">" class="btn btn-primary" role="button">
<span class="fa fa-home"></span>
<span trspan="cancel">Cancel</span>
</a>
<TMPL_IF "RESENDTARGET">
<button type="submit" class="btn btn-primary" formaction="<TMPL_VAR "RESENDTARGET">">
<span class="fa fa-repeat"></span>
<span trspan="resendCode">Re-send code</span>
</button>
</TMPL_IF>
<a href="<TMPL_VAR NAME="PORTAL_URL">?cancel=1&skin=<TMPL_VAR NAME="SKIN">" class="btn btn-primary" role="button">
<span class="fa fa-home"></span>
<span trspan="cancel">Cancel</span>
</a>
</div>
</form>
</div>