Changeset 3333:11107ba2fc59 for plugins/tags
- Timestamp:
- 09/01/16 12:21:43 (9 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_define.php
r2924 r3333 20 20 'permissions' => 'usage,contentadmin', 21 21 'priority' => 1001, // Must be higher than dcLegacyEditor/dcCKEditor priority (ie 1000) 22 'type' => 'plugin' 22 'type' => 'plugin', 23 'settings' => array( 24 'pref' => '#user-options.tags_prefs' 25 ) 23 26 ) 24 27 ); -
plugins/tags/inc/tags.behaviors.php
r3024 r3333 363 363 364 364 echo 365 '<div class="fieldset"><h5 id="tags_prefs">'.__('Tags').'</h5>'. 365 366 '<p><label for="user_tag_list_format" class="classic">'.__('Tags list format:').'</label> '. 366 367 form::combo('user_tag_list_format',$combo,$value). 367 '</p> ';368 '</p></div>'; 368 369 } 369 370
Note: See TracChangeset
for help on using the changeset viewer.