Changeset 1420:82e0840594ac for admin/posts.php
- Timestamp:
- 08/16/13 21:25:23 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r1415 r1420 273 273 '<p><label for="cat_id" class="ib">'.__('Category:').'</label> '. 274 274 form::combo('cat_id',$categories_combo,$cat_id).'</p>'. 275 '<p><label for="status" class="ib">'.__('Status:').'</label> ' .275 '<p><label for="status" class="ib">'.__('Status:').'</label> ' . 276 276 form::combo('status',$status_combo,$status).'</p> '. 277 277 '</div>'.
Note: See TracChangeset
for help on using the changeset viewer.