Changeset 1797:7ebbc4eaa916
- Timestamp:
- 09/11/13 17:44:40 (12 years ago)
- Branch:
- actionsreloaded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r1609 r1797 236 236 )). 237 237 '<form action="'.$form_uri.'" method="post">'. 238 $hidden_fields->getEntries().238 //$hidden_fields->getEntries(). 239 239 '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 240 240 form::textarea('new_tags',60,3). 241 241 '</div>'. 242 $hidden_fields ->getHidden().242 $hidden_fields. 243 243 $core->formNonce(). 244 244 form::hidden(array('action'),'tags').
Note: See TracChangeset
for help on using the changeset viewer.