Changeset 166


Ignore:
Timestamp:
Oct 4, 2003, 6:08:53 PM (21 years ago)
Author:
z0rglub
Message:

Adding a page for non admin to see last users comments

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r148 r166  
    187187$vtp->setVar( $handle, 'summary.title', $lang['hint_search'] );
    188188$vtp->setVar( $handle, 'summary.name', replace_space( $lang['search'] ) );
     189$vtp->closeSession( $handle, 'summary' );
     190// comments link
     191$vtp->addSession( $handle, 'summary' );
     192$vtp->setVar( $handle, 'summary.url', add_session_id( './comments.php' ) );
     193$vtp->setVar( $handle, 'summary.title', $lang['hint_comments'] );
     194$vtp->setVar( $handle, 'summary.name', replace_space( $lang['comments'] ) );
    189195$vtp->closeSession( $handle, 'summary' );
    190196// about link
  • trunk/language/english.php

    r160 r166  
    222222$lang['mail_new_comment_content'] = 'A new comment has been registered on the gallery. If you chose to validate each comment, you first have to validate this comment in the administration panel to make it visible in the gallery.'."\n\n".'You can see last comments in the administration panel';
    223223$lang['connected_user'] = 'connected user';
     224$lang['title_comments'] = 'Users comments';
     225$lang['stats_last_days'] = 'last days';
     226$lang['hint_comments'] = 'See last users comments';
    224227
    225228//-------------------------------------------------------------- administration
     
    515518  $lang['title_cat_perm'] = 'Modify permissions for category';
    516519  $lang['title_group_perm'] = 'Modify permissions for group';
    517   $lang['title_comments'] = 'Users comments';
    518520  $lang['title_picmod'] = 'Modify informations about a picture';
    519521  $lang['menu_groups'] = 'Groups';
     
    560562  $lang['infoimage_associate'] = 'Associate to the category';
    561563  $lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
    562   $lang['stats_last_days'] = 'last days';
    563564  $lang['stats_pages_seen'] = 'pages seen';
    564565  $lang['stats_visitors'] = 'guests';
  • trunk/language/francais.php

    r160 r166  
    3535$lang['comments'] = 'commentaires';
    3636$lang['category_representative'] = 'représentant';
     37$lang['title_comments'] = 'Commentaires des visiteurs';
     38$lang['stats_last_days'] = 'derniers jours';
    3739// end version 1.3
    3840
     
    6567//$lang['connected_user_female'] = 'utilisatrice connectée';
    6668$lang['connected_user'] = 'utilisateur connecté';
     69$lang['hint_comments'] = 'Voir les derniers commentaires des visiteurs';
    6770// end version 1.3
    6871$lang['recent_image'] = 'image datant de moins de';
     
    279282  $lang['title_cat_perm'] = 'Modifier les permissions pour la catégorie';
    280283  $lang['title_group_perm'] = 'Modifier les permissions pour le groupe';
    281   $lang['title_comments'] = 'Commentaires des visiteurs';
    282284  $lang['title_picmod'] = 'Modifier les informations d\'une image';
    283285// end version 1.3
     
    610612
    611613// start version 1.3
    612   $lang['stats_last_days'] = 'derniers jours';
    613614  $lang['stats_pages_seen'] = 'pages vues';
    614615  $lang['stats_visitors'] = 'visiteurs';
Note: See TracChangeset for help on using the changeset viewer.