/modules/mod_translation/templates/_dialog_language_delete.tpl

http://github.com/zotonic/zotonic · Smarty Template · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 9218176114512313d0c1e58a42844ef9 MD5 · raw file

  1. <p>{_ Are you sure you want to delete the language _} <em>{{ lang.language }}</em> ({{code}})?</p>
  2. <p>{_ This will not affect any translations in the database or .po files. This only removes the reference to the language, making it impossible to select or edit content written in the delete language. _}</p>
  3. <div class="modal-footer">
  4. {% button class="btn btn-default" action={dialog_close} text=_"Cancel" tag="a" %}
  5. {% button class="btn btn-primary" postback={language_delete code=code} delegate="mod_translation" text=_"Delete language" %}
  6. </div>