Changeset 536:535dd04130aa for admin/index.php
- Timestamp:
- 07/09/11 19:47:57 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r510 r536 313 313 '<h3>'.__('Quick entry').'</h3>'. 314 314 '<form id="quick-entry" action="post.php" method="post">'. 315 '<fieldset> '.315 '<fieldset><legend>'.__('New entry').'</legend>'. 316 316 '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:'). 317 317 form::field('post_title',20,255,'','maximal'). … … 325 325 '<p><input type="submit" value="'.__('Save').'" name="save" /> '. 326 326 ($core->auth->check('publish',$core->blog->id) 327 ? '<input type="hidden" value="'.__(' save and publish').'" name="save-publish" />'327 ? '<input type="hidden" value="'.__('Save and publish').'" name="save-publish" />' 328 328 : ''). 329 329 $core->formNonce().
Note: See TracChangeset
for help on using the changeset viewer.