Dotclear

Changeset 1396:726cee12beea for plugins


Ignore:
Timestamp:
08/16/13 13:23:43 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Post.php: semantic and a11y. Plus some CSS adjustments.

Location:
plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/pings/lib.pings.php

    r1392 r1396  
    5959          } 
    6060           
    61           $item = '<h5 class="ping-services">'.__('Pings:').'</h5>'; 
     61          $item = '<h5 class="ping-services">'.__('Pings').'</h5>'; 
    6262          $i = 0; 
    6363          foreach ($pings_uris as $k => $v) 
  • plugins/tags/_admin.php

    r1392 r1396  
    8181          } 
    8282          $items['metas-box']['items']['post_tags']= 
    83           '<h5><label class="s-tags" for="post_tags">'.__('Tags:').'</label></h5>'. 
     83          '<h5><label class="s-tags" for="post_tags">'.__('Tags').'</label></h5>'. 
    8484          '<div class="p s-tags" id="tags-edit">'.form::textarea('post_tags',20,3,$value,'maximal').'</div>'; 
    8585     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map