Dotclear


Ignore:
Timestamp:
07/05/15 15:34:27 (10 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add blog url in blog list, addresses #1551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blogs.php

    r3045 r3046  
    157157          '<th scope="col" class="nowrap">'.__('Blog id').'</th>'. 
    158158          '<th scope="col">'.__('Blog name').'</th>'. 
     159          '<th scope="col" class="nowrap">'.__('URL').'</th>'. 
    159160          '<th scope="col" class="nowrap">'.__('Entries (all types)').'</th>'. 
    160161          '<th scope="col" class="nowrap">'.__('Last update').'</th>'. 
     
    201202     'title="'.sprintf(__('Switch to blog %s'),$rs->blog_id).'">'. 
    202203     html::escapeHTML($rs->blog_name).'</a></td>'. 
     204     '<td class="nowrap"><a class="outgoing" href="'.html::escapeHTML($rs->blog_url).'">'.html::escapeHTML($rs->blog_url). 
     205     ' <img src="images/outgoing-blue.png" alt="" /></a></td>'. 
    203206     '<td class="nowrap count">'.$core->countBlogPosts($rs->blog_id).'</td>'. 
    204207     '<td class="nowrap count">'.$blog_upddt.'</td>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map