Changeset 1499:fc4bc1ece727 for admin/index.php
- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1468 r1499 326 326 '<div id="quick">'. 327 327 '<h3>'.__('Quick entry').'</h3>'. 328 '<form id="quick-entry" action="post.php" method="post" >'.329 '< fieldset><legend>'.__('New entry').'</legend>'.328 '<form id="quick-entry" action="post.php" method="post" class="fieldset">'. 329 '<h4>'.__('New entry').'</h4>'. 330 330 '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 331 331 form::field('post_title',20,255,'','maximal'). … … 358 358 form::hidden('post_notes',''). 359 359 '</p>'. 360 '</fieldset>'.361 360 '</form>'. 362 361 '</div>';
Note: See TracChangeset
for help on using the changeset viewer.