{{ legend }}
<{{ labels.SAVE_TITLE }}
*
{{ labels.SAVE_TITLE_LABEL }}
*
{{ labels.SAVE_DESCRIPTION_LABEL }}
<{{ description }}
*
{{ panels.CATALOG_VERSION_TEXT }}
{{ labels.SAVE_TAGS_LABEL }}
{% if canUserAdminObject %}
{% endif %}
{{ labels.SAVE_ADVANCED_LABEL }}
{% for arr in cats%} $id = $arr['categoryid']; $name = htmlentities($arr['categoryname']); if(in_array($id, $this->current_cats)) { $selected = "checked"; } else { $selected = ""; }
{{ name }}
"; {% endfor %}
{% for row in entries %} $id = $row->objectid; $name = htmlentities($row->name); if(in_array($id, $this->current_related)) { $selected = "checked"; } else { $selected = ""; }
{{ name }}
"; {% endfor %}
{{ labels.SAVE_DOC_URL_LABEL }}
{{ labels.BUTTON_PREVIOUS_LABEL }}
{{ labels.BUTTON_CANCEL_LABEL }}
{{ labels.BUTTON_FINISH_LABEL }}
{{ message }}