Dotclear


Ignore:
Timestamp:
08/12/13 00:05:51 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Children:
1334:bbbe0735f18b, 1413:0581a433675d
Message:

Post: prepare some css work on "preview post" and "next|previous entry". Some very little enhancements on Search page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1329 r1333  
    362362 
    363363if ($post_id && $post->post_status == 1) { 
    364      echo '<p><a href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 
     364     echo '<p class="preview_entry"><a href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 
    365365} 
    366366if ($post_id) 
    367367{ 
    368      echo '<p>'; 
     368     echo '<p class="nav_prevnext">'; 
    369369     if ($prev_link) { echo $prev_link; } 
    370370     if ($next_link && $prev_link) { echo ' - '; } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map