Changeset 3725:b47f38c701ee for inc/admin/actions/class.dcactionposts.php
- Timestamp:
- 03/02/18 15:55:06 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactionposts.php
r3703 r3725 304 304 '<p id="new_cat">' . __('Create a new category for the post(s)') . '</p>' . 305 305 '<p><label for="new_cat_title">' . __('Title:') . '</label> ' . 306 form::field('new_cat_title', 30, 255 , '', '') . '</p>' .306 form::field('new_cat_title', 30, 255) . '</p>' . 307 307 '<p><label for="new_cat_parent">' . __('Parent:') . '</label> ' . 308 308 form::combo('new_cat_parent', $categories_combo) .
Note: See TracChangeset
for help on using the changeset viewer.