Dotclear

Changeset 3046:d17bce6c78c7


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

Add blog url in blog list, addresses #1551

Location:
admin
Files:
2 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>'. 
  • admin/users_actions.php

    r3045 r3046  
    217217          '<th class="nowrap" colspan="2">'.__('Blog ID').'</th>'. 
    218218          '<th class="nowrap">'.__('Blog name').'</th>'. 
     219          '<th class="nowrap">'.__('URL').'</th>'. 
    219220          '<th class="nowrap">'.__('Entries').'</th>'. 
    220221          '<th class="nowrap">'.__('Status').'</th>'. 
     
    233234               '<td class="nowrap">'.$rs->blog_id.'</td>'. 
    234235               '<td class="maximal">'.html::escapeHTML($rs->blog_name).'</td>'. 
     236               '<td class="nowrap"><a class="outgoing" href="'.html::escapeHTML($rs->blog_url).'">'.html::escapeHTML($rs->blog_url). 
     237                    ' <img src="images/outgoing-blue.png" alt="" /></a></td>'. 
    235238               '<td class="nowrap">'.$core->countBlogPosts($rs->blog_id).'</td>'. 
    236239               '<td class="status">'.$img_status.'</td>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map