/modules/mod_admin_config/templates/_action_dialog_config_delete.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 7999e6ddf9f53334b9bf6e0c2fe9316b MD5 · raw file

  1. {# Used by the action dialog_config_delete #}
  2. <p>{_ Are you sure you want to delete the configuration key _} â&#x20AC;&#x153;{{ module|escape }}.{{ key|escape }}â&#x20AC;??</p>
  3. <p>{_ This can't be undone. The configuration key will be lost forever. _}</p>
  4. {% button text=_"Delete" action={config_delete module=module key=key on_success=on_success} action={dialog_close} %}
  5. {% button text=_"Cancel" action={dialog_close} %}