Changeset 1622:8acfe7bdb542
- Timestamp:
- 08/30/13 11:38:25 (10 years ago)
- Branch:
- default
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1605 r1622 374 374 form::password(array('your_pwd','your_pwd2'),20,255).'</p>'. 375 375 '<p><input type="submit" name="fetch_pkg" value="'.__('Download plugin').'" />'. 376 $core->formNonce(). 377 '</fieldset>'. 376 $core->formNonce().'</p>'. 378 377 '</form>'; 379 378 } -
inc/admin/lib.pager.php
r1600 r1622 333 333 '<td class="nowrap">'. 334 334 form::checkbox(array('comments[]'),$this->rs->comment_id,'','','',0).'</td>'. 335 '<td class="status class="txt-center">'.335 '<td class="status txt-center">'. 336 336 '<a href="'.$comment_url.'">'. 337 337 '<img src="images/edit-mini.png" alt="" title="'.__('Edit').'" /> '. -
locales/en/main.po
r1620 r1622 547 547 548 548 msgid "Entries (all types)" 549 msgstr "Entries & pages"549 msgstr "Entries & pages" 550 550 551 551 msgid "Status" -
locales/fr/main.po
r1621 r1622 578 578 579 579 msgid "Entries (all types)" 580 msgstr "Billets & pages"580 msgstr "Billets & pages" 581 581 582 582 msgid "Status" -
plugins/antispam/filters/class.dc.filter.iplookup.php
r1499 r1622 81 81 form::textarea('bls',40,3,html::escapeHTML($bls),'maximal'). 82 82 '</p>'. 83 '<p><input type="submit" value="'.__('Save').'" /> </p>'.83 '<p><input type="submit" value="'.__('Save').'" />'. 84 84 $this->core->formNonce().'</p>'. 85 85 '</form>'; -
plugins/importExport/inc/class.dc.import.dc1.php
r1569 r1622 160 160 '<p><label for="db_prefix">'.__('Database Tables Prefix:').'</label> '. 161 161 form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</p>'. 162 '<h3 >'.__('Entries import options').'</h3>'.162 '<h3 class="vertical-separator">'.__('Entries import options').'</h3>'. 163 163 '<p><label for="post_limit">'.__('Number of entries to import at once:').'</label> '. 164 164 form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</p>' … … 190 190 case 6: 191 191 echo 192 '<h3 >'.__('Please read carefully').'</h3>'.192 '<h3 class="vertical-separator">'.__('Please read carefully').'</h3>'. 193 193 '<ul>'. 194 194 '<li>'.__('Every newly imported user has received a random password '. … … 216 216 return 217 217 '<form action="'.$this->getURL(true).'" method="post">'. 218 '<h3 >'.$legend.'</h3>'.219 $this->core->formNonce().218 '<h3 class="vertical-separator">'.$legend.'</h3>'. 219 '<div>'.$this->core->formNonce(). 220 220 form::hidden(array('do'),'step'.$step). 221 '%s'. 222 '<p ><input type="submit" value="'.$submit_value.'" /></p>'.221 '%s'.'</div>'. 222 '<p class="vertical-separator"><input type="submit" value="'.$submit_value.'" /></p>'. 223 223 '<p class="form-note info">'.__('Depending on the size of your blog, it could take a few minutes.').'</p>'. 224 224 '</form>'; -
plugins/importExport/inc/class.dc.import.wp.php
r1569 r1622 192 192 form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</p>'. 193 193 194 '<h3>'.__('Entries import options').'</h3>'. 194 '<h3 class="vertical-separator">'.__('Entries import options').'</h3>'. 195 '<div class="two-cols">'. 196 197 '<div class="col">'. 195 198 '<p>'.__('WordPress and Dotclear\'s handling of categories are quite different. '. 196 199 'You can assign several categories to a single post in WordPress. In the Dotclear world, '. … … 203 206 'importing your blog, as Dotclear allows you to actually keep your posts '. 204 207 'uncategorized.').'</p>'. 208 '</div>'. 205 209 210 '<div class="col">'. 206 211 '<p><label for="ignore_first_cat" class="classic">'.form::checkbox('ignore_first_cat',1,$this->vars['ignore_first_cat']).' '. 207 212 __('Ignore the first category:').'</label></p>'. … … 214 219 '<p><label for="post_limit">'.__('Number of entries to import at once:').'</label> '. 215 220 form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</p>'. 221 '</div>'. 216 222 217 '<h3>'.__('Content filters').'</h3>'. 223 '</div>'. 224 225 '<h3 class="clear vertical-separator">'.__('Content filters').'</h3>'. 218 226 '<p>'.__('You may want to process your post and/or comment content with the following filters.').'</p>'. 219 227 '<p><label for="post_formater">'.__('Post content formatter:').'</label> '. 220 228 form::combo('post_formater',$this->formaters,$this->vars['post_formater']).'</p>'. 221 229 '<p><label for="comment_formater">'.__('Comment content formatter:').'</label> ' 222 .form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</ label></p>'230 .form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</p>' 223 231 ); 224 232 break; … … 265 273 return 266 274 '<form action="'.$this->getURL(true).'" method="post">'. 267 '<h3 >'.$legend.'</h3>'.268 $this->core->formNonce().275 '<h3 class="vertical-separator">'.$legend.'</h3>'. 276 '<div>'.$this->core->formNonce(). 269 277 form::hidden(array('do'),'step'.$step). 270 '%s'. 278 '%s'.'</div>'. 271 279 '<p><input type="submit" value="'.$submit_value.'" /></p>'. 272 280 '<p class="form-note info">'.__('Depending on the size of your blog, it could take a few minutes.').'</p>'. -
themes/ductile/_config.php
r1526 r1622 471 471 '<td class="handle minimal">'.form::field(array('order['.$i.']'),2,3,$count,'position','',false). 472 472 form::hidden(array('dynorder[]','dynorder-'.$i),$i).'</td>'. 473 '<td>'.form::hidden(array('sticker_image[]'),$v['image']).'<img src="'.$img_url.$v['image'].'" /> '.'</td>'.474 '<td scope="r aw">'.form::field(array('sticker_label[]','dsl-'.$i),20,255,$v['label']).'</td>'.473 '<td>'.form::hidden(array('sticker_image[]'),$v['image']).'<img src="'.$img_url.$v['image'].'" alt="'.$v['image'].'" /> '.'</td>'. 474 '<td scope="row">'.form::field(array('sticker_label[]','dsl-'.$i),20,255,$v['label']).'</td>'. 475 475 '<td>'.form::field(array('sticker_url[]','dsu-'.$i),40,255,$v['url']).'</td>'. 476 476 '</tr>'; … … 496 496 echo 497 497 '<tr>'. 498 '<td scope="r aw">'.$contexts[$k].'</td>'.498 '<td scope="row">'.$contexts[$k].'</td>'. 499 499 '<td>'.form::hidden(array('list_ctx[]'),$k).form::combo(array('list_type[]'),$list_types,$v).'</td>'; 500 500 if (array_key_exists($k,$ductile_counts)) { … … 517 517 echo '</fieldset>'; 518 518 519 echo '< input type="hidden" name="conf_tab" value="html">';519 echo '<p><input type="hidden" name="conf_tab" value="html" /></p>'; 520 520 echo '<p class="clear">'.form::hidden('ds_order','').'<input type="submit" value="'.__('Save').'" />'.$core->formNonce().'</p>'; 521 521 echo '</form>'; … … 674 674 echo '</div>'; 675 675 676 echo '< input type="hidden" name="conf_tab" value="css">';676 echo '<p><input type="hidden" name="conf_tab" value="css" /></p>'; 677 677 echo '<p class="clear"><input type="submit" value="'.__('Save').'" />'.$core->formNonce().'</p>'; 678 678 echo '</form>';
Note: See TracChangeset
for help on using the changeset viewer.