Changeset 70:612a0ff96a30 for admin/posts_actions.php
- Timestamp:
- 04/30/11 10:28:24 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts_actions.php
r0 r70 224 224 echo 225 225 '<form action="posts_actions.php" method="post">'. 226 '<p><label class="classic">'.__('Category:').' '.226 '<p><label for="new_cat_id" class="classic">'.__('Category:').' '. 227 227 form::combo('new_cat_id',$categories_combo,''). 228 228 '</label> '; … … 241 241 echo 242 242 '<form action="posts_actions.php" method="post">'. 243 '<p><label class="classic">'.__('Author ID:').' '.243 '<p><label for="new_auth_id" class="classic">'.__('Author ID:').' '. 244 244 form::field('new_auth_id',20,255). 245 245 '</label> ';
Note: See TracChangeset
for help on using the changeset viewer.