changeset 275:11cd85bdfac7

Clarify some links.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 18:43:14 +0200
parents 81507072f25d
children 92698b090c35
files admajax.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sun Nov 24 18:42:13 2013 +0200
+++ b/admajax.php	Sun Nov 24 18:43:14 2013 +0200
@@ -219,7 +219,7 @@
       case "attendees":
         echo
           "<div class=\"tabHeadersSub\">\n".
-          "<a href=\"print.php?type=emails\" target=\"_blank\">List of e-mails</a>\n".
+          "<a href=\"print.php?type=emails\" target=\"_blank\">Show plain list of e-mails</a>\n".
           "</div>\n";
 
         // For adding a new one
@@ -288,7 +288,7 @@
         echo
           "<div class=\"info\"><b>Voting mode: ".$voteModeData[$vmode][0]."</b>. ".$voteModeData[$vmode][1]."</div>\n".
           "<div class=\"tabHeadersSub\">\n".
-          "<a href=\"print.php?type=votekeys\" target=\"_blank\">Printable key list</a>\n".
+          "<a href=\"print.php?type=votekeys\" target=\"_blank\">Show printable key list</a>\n".
           "</div>\n";
 
         switch ($vmode)