Dotclear


Ignore:
Timestamp:
12/06/11 11:43:14 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Parents:
781:b509ac00bf4a (diff), 779:58c45f1b96e5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged last default changes with formfilter branch

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/tags.php

    r711 r782  
    4343               $col = 1; 
    4444          } 
    45           $cols[$col] .= '<tr class="tagLetter"><td colspan="2"><span>'.$letter.'</span></td></tr>'; 
     45          $cols[$col] .= '<tr class="tagLetter"><th scope="row" colspan="2"><span>'.$letter.'</span></th></tr>'; 
    4646     } 
    4747      
    4848     $cols[$col] .= 
    4949     '<tr class="line">'. 
    50           '<td class="maximal"><a href="'.$p_url. 
    51           '&amp;m=tag_posts&amp;tag='.rawurlencode($tags->meta_id).'">'.$tags->meta_id.'</a></td>'. 
     50          '<th scope="row" class="maximal"><a href="'.$p_url. 
     51          '&amp;m=tag_posts&amp;tag='.rawurlencode($tags->meta_id).'">'.$tags->meta_id.'</a></th>'. 
    5252          '<td class="nowrap"><strong>'.$tags->count.'</strong> '. 
    5353          (($tags->count==1) ? __('entry') : __('entries')).'</td>'. 
     
    5757} 
    5858 
    59 $table = '<div class="col"><table class="tags">%s</table></div>'; 
     59$table = 
     60'<div class="col"><table class="tags"><caption>'. 
     61__('Tags list'). 
     62'</caption><tbody>%s</tbody></table></div>'; 
    6063 
    6164if ($cols[0]) 
  • plugins/tags/tags.php

    r457 r782  
    44# This file is part of Dotclear 2. 
    55# 
    6 # Copyright (c) 2003-2010 Olivier Meunier & Association Dotclear 
     6# Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1515<html> 
    1616<head> 
    17   <title>Tags</title> 
     17  <title><?php echo __('Tags'); ?></title> 
    1818  <link rel="stylesheet" type="text/css" href="index.php?pf=tags/style.css" /> 
    1919</head> 
     
    2121<body> 
    2222<h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; 
    23 <?php echo __('Tags'); ?></h2> 
     23<span class="page-title"><?php echo __('Tags'); ?></span></h2> 
    2424 
    2525<?php 
Note: See TracChangeset for help on using the changeset viewer.

Sites map