Changeset 416:914195b2f605
- Timestamp:
- 06/27/11 08:49:33 (14 years ago)
- Branch:
- default
- Files:
- 
          - 2 edited
 
 - 
          admin/post.php (modified) (1 diff)
- 
          plugins/attachments/_admin.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/post.phpr407 r416 444 444 echo '</fieldset></div>'; // End #entry-content 445 445 echo '</form>'; 446 447 # --BEHAVIOR-- adminPostForm 448 $core->callBehavior('adminPostAfterForm',isset($post) ? $post : null); 449 446 450 echo '</div>'; 447 451 
- 
        plugins/attachments/_admin.phpr407 r416 13 13 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 $core->addBehavior ('adminPost Form',array('attachmentAdmin','adminPostForm'));15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 17 17 class attachmentAdmin … … 60 60 } 61 61 62 public static function adminPost Form($post) {62 public static function adminPostAfterForm($post) { 63 63 if ($post !== null) 64 64 { 
Note: See TracChangeset
          for help on using the changeset viewer.
      