Skip to content

Commit

Permalink
Changing link text for Excel link
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmolly committed Oct 13, 2011
1 parent d336564 commit c02d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Header("Content-Disposition: attachment; filename=\"$filename\"");
} else {
include("partials/header.inc.php");
print "<div class=\"excel\"><a href=\"" . $_SERVER['PHP_SELF'] . "?excel=true\">View in Excel</a></div>";
print "<div class=\"excel\"><a href=\"" . $_SERVER['PHP_SELF'] . "?excel=true\">Save in Excel file format</a></div>";
}

if (!$user->isAdministrator()) {
Expand Down

0 comments on commit c02d131

Please sign in to comment.