Changeset 5006
- Timestamp:
- 11/11/09 04:34:12 (4 months ago)
- Files:
-
- 1 modified
-
branches/greyhound/tmpl/cms/cfg_entry.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/tmpl/cms/cfg_entry.tmpl
r4683 r5006 107 107 108 108 <h3><__trans phrase="Compose Defaults"></h3> 109 110 <mtapp:setting 111 id="status_default" 112 label="<__trans phrase="Status">" 113 hint="<__trans phrase="Specifies the default Post Status when creating a new entry.">"> 114 <select name="status_default" id="status_default"> 115 <option value="1"<mt:if name="STATUS_DEFAULT_1"> selected="selected"</mt:if>><__trans phrase="Unpublished"></option> 116 <option value="2"<mt:if name="STATUS_DEFAULT_2"> selected="selected"</mt:if>><__trans phrase="Published"></option> 117 </select> 118 </mtapp:setting> 109 119 110 120 <mtapp:setting
