Dotclear

Changeset 1341:530893ad2aab for plugins


Ignore:
Timestamp:
08/12/13 15:46:42 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Fieldsets were jealous

Location:
plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/index.php

    r1339 r1341  
    134134 
    135135<?php 
    136 $table_header = '<table class="settings" id="%s"><caption>%s</caption>'. 
     136$table_header = '<table class="settings" id="%s"><caption class="as_h3">%s</caption>'. 
    137137'<thead>'. 
    138138'<tr>'."\n". 
  • plugins/antispam/index.php

    r1339 r1341  
    178178     # Filters 
    179179     echo 
    180      '<form action="'.$p_url.'" method="post" class="fieldset" id="filters-form">'; 
     180     '<form action="'.$p_url.'" method="post" id="filters-form">'; 
    181181 
    182182     if (!empty($_GET['upd'])) { 
     
    186186     echo 
    187187     '<table class="dragable">'. 
    188      '<caption>'.__('Available spam filters').'</caption>'. 
     188     '<caption class="as_h3">'.__('Available spam filters').'</caption>'. 
    189189     '<thead><tr>'. 
    190190     '<th>'.__('Order').'</th>'. 
  • plugins/userPref/index.php

    r1339 r1341  
    130130 
    131131<?php  
    132 $table_header = '<table class="prefs" id="%s"><caption>%s</caption>'. 
     132$table_header = '<table class="prefs" id="%s"><caption class="as_h3">%s</caption>'. 
    133133'<thead>'. 
    134134'<tr>'."\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map