Changeset 2929:54d58ce46232
- Timestamp:
- 01/27/15 11:26:52 (11 years ago)
- Branch:
- 2.7
- Children:
- 2930:af2812bb018c, 2934:acb3d85998e5
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r2854 r2929 338 338 echo 339 339 '<div id="quick">'. 340 '<h3>'.__('Quick entry'). '</h3>'.340 '<h3>'.__('Quick entry').sprintf(' › %s',$core->auth->getOption('post_format')).'</h3>'. 341 341 '<form id="quick-entry" action="'.$core->adminurl->get('admin.post').'" method="post" class="fieldset">'. 342 342 '<h4>'.__('New entry').'</h4>'. -
admin/js/_index.js
r2860 r2929 57 57 $('#post_title',f).val(''); 58 58 $('#post_content',f).val(''); 59 $('#post_content',f).change(); 59 60 if ($.isFunction('jsToolBar') && (contentTb.getMode() == 'wysiwyg')) { 60 61 contentTb.syncContents('textarea');
Note: See TracChangeset
for help on using the changeset viewer.