Changeset 1669 for plugins/dctribune/index.php
- Timestamp:
- 10/24/09 16:07:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dctribune/index.php
r1549 r1669 237 237 <h2><?php echo html::escapeHTML($core->blog->name); ?> › <?php echo sprintf(__('Free chatbox (%s messages)'),$count->f(0));?> 238 238 › <a class="button" href="<?php echo $p_url.'&config=1'; ?>"><?php echo html::escapeHTML( 239 __('Configuration')); ?></a> 239 __('Configuration')); ?></a></h2> 240 240 241 241 <?php … … 283 283 '</div>'; 284 284 ?> 285 <br/>286 285 <div id="tribune_messages"> 287 286 <?php … … 294 293 '<form action="plugin.php" method="get" id="filters-form">'. 295 294 '<fieldset><legend>'.__('Filters').'</legend>'. 295 296 296 '<div class="three-cols">'. 297 297 … … 310 310 form::combo('sortby',$sortby_combo,$sortby). 311 311 '</label></p> '. 312 '<p>'.313 312 '<p><label class="classic">'. form::field('nb',3,3,$nb_per_page).' '. 314 313 __('Messages per page').'</label></p>'. … … 319 318 form::combo('order',$order_combo,$order). 320 319 '</label></p>'. 321 '< input type="hidden" name="p" value="dctribune" />'.320 '<p><input type="hidden" name="p" value="dctribune" />'. 322 321 '<input type="submit" name="filter" value="'.__('filter').'" /></p>'. 323 322 '</div>'. 323 324 324 '</div>'. 325 '<br class="clear" />'. //Opera sucks 325 326 '<hr class="clear" />'. //Opera sucks 327 326 328 '</fieldset>'. 327 329 '</form>'. … … 372 374 </table> 373 375 374 <div class="two-cols"> 375 376 <div class="two-cols"> 376 377 <?php echo '<p class="col checkboxes-helpers"></p>';?> 377 378 <?php echo … … 383 384 ?> 384 385 </div> 386 385 387 </form> 386 388 <?php echo '<p>'.__('Page(s)').' : '.$pager->getLinks().'</p>';?> 387 389 </div> 388 390 389 <br/>390 391 </body> 391 392 </html>
Note: See TracChangeset
for help on using the changeset viewer.