~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_inc/files/views/_file_links.view.php

  • Committer: yabs at org
  • Author(s): EdB
  • Date: 2010-08-03 12:42:45 UTC
  • mfrom: (7509.1.22 files_attachments_popups)
  • Revision ID: yabs@innervisions.org.uk-20100803124245-pqqjqklgz9rd8ede
Meged file attachments popups branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
if( $current_User->check_perm( 'item_post!CURSTATUS', 'edit', false, $edited_Item ) )
149
149
{       // Check that we have permission to edit item:
150
 
        echo '<div>', sprintf( T_('Click on link %s icons below to link additional files to the post %s.'),
 
150
        echo '<div><span class="highlight">', sprintf( T_('Click on the %s icon to link/attach additional files to this item %s.'),
151
151
                                                        get_icon( 'link', 'imgtag', array('class'=>'top') ),
152
 
                                                        '&laquo;<strong>'.$edited_Item->dget( 'title' ).'</strong>&raquo;' ), '</div>';
 
152
                                                        '&laquo;<strong>'.$edited_Item->dget( 'title' ).'</strong>&raquo;' ), '</span></div>';
153
153
}
154
154
 
155
155