edit-localized-message.adp
Delivered as text/html
Related Files
- packages/acs-lang/www/admin/edit-localized-message.tcl
- packages/acs-lang/www/admin/edit-localized-message.adp
[ hide source ] | [ make this the default ]
File Contents
<master> <property name="doc(title)">Edit a message</property> <property name="context">@context;literal@</property> <property name="focus">message.message</property> <!-- TODO: Remove 'style' when we've merged 4.6.4 back onto HEAD --> <formtemplate id="message_form"></formtemplate> <h2>Audit Trail</h2> <if @first_translated_message@ not nil>@first_translated_message;noquote@</if> <include src="audit-include" current_locale="@current_locale;literal@" message_key="@message_key;literal@" package_key="@package_key;literal@"> <h2>Files that use this message</h2> <if @usage_p;literal@ true> <p> <strong>Show</strong> | <a href="@usage_hide_url@">Hide</a> files that use this message. </p> <include src="message-usage-include" message_key="@message_key;literal@" package_key="@package_key;literal@"> </if> <else> <p> <a href="@usage_show_url@">Show</a> | <strong>Hide</strong> files that use this message key. </p> </else> <if @create_p;literal@ true> <ul class="action-links"> <if @deleted_p;literal@ true> <li> <a href="@undelete_url@" title="Undelete this message">Undelete this message</a> </li> <li> <a href="@unregister_url@" title="Delete this message permanently (unregister)">Delete this message permanently in all locales (unregister)</a> </li> </if> <else> <li> <a href="@delete_url@" title="Delete this message">Delete this message</a></li> </else> </ul> </if>