Changeset 125:a9e6ae242c4e for plugins
- Timestamp:
- 05/03/11 08:51:19 (14 years ago)
- Branch:
- userprefs
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.export.flat.php
r82 r125 157 157 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 158 158 '<p><label for="file_name" class="classic">'.__('File name:').' '. 159 form::field(array('file_name' ),25,255,date('Y-m-d-').html::escapeHTML($this->core->blog->id.'-backup.txt')).159 form::field(array('file_name','file_name'),25,255,date('Y-m-d-').html::escapeHTML($this->core->blog->id.'-backup.txt')). 160 160 '</label> '. 161 '<input type="submit" value="'.__('Export').'" /> </p>'.161 '<input type="submit" value="'.__('Export').'" />'. 162 162 form::hidden(array('do'),'export_blog'). 163 163 $this->core->formNonce().'</p>'. -
plugins/tags/tag_posts.php
r95 r125 141 141 '<p class="col checkboxes-helpers"></p>'. 142 142 143 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</ action> '.143 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 144 144 form::combo('action',$combo_action). 145 145 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.