Untitled diff

Created Diff never expires
4 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
9 lines
4 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
9 lines
# IF C_GOT_ERROR #
# IF C_GOT_ERROR #
<div class="warning">${i18nraw('generation_failed')}</div>
<div class="message-helper warning">${i18nraw('generation_failed')}</div>
# ELSE #
# ELSE #
<div class="success">${i18nraw('generation_succeeded')}</div>
<div class="message-helper success">${i18nraw('generation_succeeded')}</div>
# ENDIF #
# ENDIF #
<br />
<div class="center">
<div class="center">
<button type="button" onclick="window.location = '{GENERATE}'">{@try_again}</button>
<button type="button" onclick="window.location = '{GENERATE}'">{@try_again}</button>
</div>
</div>