Changeset 3918:350bc5990b82 for admin/index.php
- Timestamp:
- 11/06/18 13:03:12 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r3908 r3918 379 379 ]) . 380 380 '</p>' . 381 '< pclass="area"><label class="required" ' .381 '<div class="area"><label class="required" ' . 382 382 'for="post_content"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Content:') . '</label> ' . 383 383 form::textarea('post_content', 50, 10, ['extra_html' => 'required placeholder="' . __('Content') . '"']) . 384 '</ p>' .384 '</div>' . 385 385 '<p><label for="cat_id" class="classic">' . __('Category:') . '</label> ' . 386 386 form::combo('cat_id', $categories_combo) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.