Changeset 1399:cdf556efc5ea for admin/index.php
- Timestamp:
- 08/16/13 14:16:11 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1379 r1399 325 325 '<form id="quick-entry" action="post.php" method="post">'. 326 326 '<fieldset><legend>'.__('New entry').'</legend>'. 327 '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:'). 327 '<p class="col"><label for="post_title" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 328 328 form::field('post_title',20,255,'','maximal'). 329 '</ label></p>'.329 '</p>'. 330 330 '<p class="area"><label class="required" '. 331 331 'for="post_content"><abbr title="'.__('Required field').'">*</abbr> '.__('Content:').'</label> '. 332 332 form::textarea('post_content',50,7). 333 333 '</p>'. 334 '<p><label for="cat_id" class="classic">'.__('Category:').' '.335 form::combo('cat_id',$categories_combo).'</ label></p>'.334 '<p><label for="cat_id" class="classic">'.__('Category:').'</label> '. 335 form::combo('cat_id',$categories_combo).'</p>'. 336 336 '<p><input type="submit" value="'.__('Save').'" name="save" /> '. 337 337 ($core->auth->check('publish',$core->blog->id)
Note: See TracChangeset
for help on using the changeset viewer.