Skip to content

Commit

Permalink
Replaced more icons
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1709 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jul 6, 2006
1 parent 77fcb68 commit 9311639
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions admin/browse.php
Expand Up @@ -236,13 +236,13 @@
."\t<tr bgcolor='#999999'><td colspan='2'>\n"
."\t\t\t<img src='$imagefiles/blank.gif' width='31' height='20' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t<img src='$imagefiles/seperator.gif' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t<input type='image' align='left' src='$imagefiles/edit.gif' title='"
."\t\t\t<input type='image' align='left' src='$imagefiles/edit.png' title='"
. _BR_EDITRESPONSE."' alt='"._BR_EDITRESPONSE."' onClick=\"window.open('dataentry.php?action=edit&amp;id=$id&amp;sid=$surveyid&amp;surveytable=$surveytable','_top')\" />\n"
."\t\t\t<a href='dataentry.php?action=delete&amp;id=$id&amp;sid=$surveyid&amp;surveytable=$surveytable'>"
."<img align='left' hspace='0' border='0' src='$imagefiles/delete.png' alt='"
. _BR_DELRESPONSE."' title='"
. _BR_DELRESPONSE."' onClick=\"return confirm('"._DR_RUSURE."')\" /></a>\n"
. "\t\t\t<input type='image' name='Export' src='$imagefiles/export.gif' title='"
. "\t\t\t<input type='image' name='Export' src='$imagefiles/export.png' title='"
. _S_EXPORT_BT_SINGLE."' alt='". _S_EXPORT_BT_SINGLE."'align='left' onclick=\"window.open('export.php?sid=$surveyid&id=$id', '_blank')\">\n"
."\t\t\t<img src='$imagefiles/seperator.gif' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t<img src='$imagefiles/blank.gif' width='20' height='20' border='0' hspace='0' align='left' alt=''>\n"
Expand Down
6 changes: 3 additions & 3 deletions admin/export.php
Expand Up @@ -211,13 +211,13 @@
."\t\t<td>$setfont\n";
if ($afieldcount > 255)
{
echo "\t\t\t<img src='$imagefiles/showhelp.gif' alt='"._HELP."' align='right' onclick='javascript:alert(\""
echo "\t\t\t<img src='$imagefiles/showhelp.png' alt='"._HELP."' align='right' onclick='javascript:alert(\""
._EX_COLNOTOK
."\")'>";
}
else
{
echo "\t\t\t<img src='$imagefiles/showhelp.gif' alt='"._HELP."' align='right' onclick='javascript:alert(\""
echo "\t\t\t<img src='$imagefiles/showhelp.png' alt='"._HELP."' align='right' onclick='javascript:alert(\""
._EX_COLOK
."\")'>";
}
Expand Down Expand Up @@ -268,7 +268,7 @@
."\t</tr>\n"
."\t<tr>\n"
."\t\t<td>$setfont<font size='1'>"
."<img src='$imagefiles/showhelp.gif' alt='"._HELP."' align='right' onclick='javascript:alert(\""
."<img src='$imagefiles/showhelp.png' alt='"._HELP."' align='right' onclick='javascript:alert(\""
._EX_TOKENMESSAGE
."\")'><br /><br />\n"
."<input type='checkbox' name='first_name' id='first_name'>"
Expand Down
28 changes: 14 additions & 14 deletions admin/html.php
Expand Up @@ -243,39 +243,39 @@
. "\t\t\t\t<tr bgcolor='#999999'><td align='right' height='22'>\n";
if ($activated == "N" && $sumcount3>0)
{
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/inactive.gif' "
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/inactive.png' "
. "title='"._S_INACTIVE_BT."' alt='"._S_INACTIVE_BT."' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/activate.gif' name='ActivateSurvey' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/activate.png' name='ActivateSurvey' "
. "title='"._S_ACTIVATE_BT."' alt='"._S_ACTIVATE_BT."' align='left' "
. "onClick=\"window.open('$scriptname?action=activate&amp;sid=$surveyid', '_top')\">\n";
}
elseif ($activated == "Y")
{
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/active.gif' title='"._S_ACTIVE_BT."' "
. "alt='"._S_ACTIVE_BT."' align='left'>\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/deactivate.gif' name='DeactivateSurvey' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/deactivate.png' name='DeactivateSurvey' "
. "alt='"._S_DEACTIVATE_BT."' title='"._S_DEACTIVATE_BT."' align='left' "
. "onClick=\"window.open('$scriptname?action=deactivate&amp;sid=$surveyid', '_top')\">\n";
}
elseif ($activated == "N")
{
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/inactive.gif' title='"._S_INACTIVE_BT."' "
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/inactive.png' title='"._S_INACTIVE_BT."' "
. "alt='"._S_INACTIVE_BT."' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/blank.gif' width='11' title='"._S_CANNOTACTIVATE_BT."' "
. "alt='"._S_CANNOTACTIVATE_BT."' border='0' align='left' hspace='0'>\n";
}
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' align='left' border='0' hspace='0'>\n"
. "\t\t\t\t\t<input type='image' accesskey='d' src='$imagefiles/do.gif' title='"._S_DOSURVEY_BT."' "
. "\t\t\t\t\t<input type='image' accesskey='d' src='$imagefiles/do.png' title='"._S_DOSURVEY_BT."' "
. "name='DoSurvey' align='left' alt='"._S_DOSURVEY_BT."' "
. "onclick=\"window.open('".$publicurl."/index.php?sid=$surveyid&amp;newtest=Y', '_blank')\">\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/dataentry.gif' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/dataentry.png' "
. "title='"._S_DATAENTRY_BT."' align='left' alt='"._S_DATAENTRY_BT."'"
. "name='DoDataentry' onclick=\"window.open('".$homeurl."/dataentry.php?sid=$surveyid', '_blank')\">\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/print.gif' title='"._S_PRINTABLE_BT."' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/print.png' title='"._S_PRINTABLE_BT."' "
. "name='ShowPrintableSurvey' align='left' alt='"._S_PRINTABLE_BT."' "
. "onclick=\"window.open('".$homeurl."/printablesurvey.php?sid=$surveyid', '_blank')\">\n"
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' align='left' border='0' hspace='0'>\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.gif' title='"._S_EDIT_BT."' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.png' title='"._S_EDIT_BT."' "
. "name='EditSurvey' align='left' alt='"._S_EDIT_BT."'"
. "onclick=\"window.open('$scriptname?action=editsurvey&amp;sid=$surveyid', '_top')\">\n";
if ($sumcount3 == 0 && $sumcount2 == 0)
Expand All @@ -288,10 +288,10 @@
{
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='' width='20' align='left' border='0' hspace='0'>\n";
}
$surveysummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' title='". _S_EXPORT_BT."' alt='". _S_EXPORT_BT."' align='left' name='ExportSurvey' "
$surveysummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.png' title='". _S_EXPORT_BT."' alt='". _S_EXPORT_BT."' align='left' name='ExportSurvey' "
. "onclick=\"window.open('".$homeurl."/dumpsurvey.php?sid=$surveyid', '_top')\">\n";
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' align='left' border='0' hspace='0'>\n"
. "<input type='image' src='$imagefiles/assessments.gif' title='". _S_ASSESSMENT_BT."' alt='". _S_ASSESSMENT_BT."' align='left' name='SurveyAssessment' "
. "<input type='image' src='$imagefiles/assessments.png' title='". _S_ASSESSMENT_BT."' alt='". _S_ASSESSMENT_BT."' align='left' name='SurveyAssessment' "
. "onclick=\"window.open('".$homeurl."/assessments.php?sid=$surveyid', '_top')\">\n";

if ($activated == "Y")
Expand Down Expand Up @@ -500,7 +500,7 @@
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='' width='60' height='20' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.gif' title='". _G_EDIT_BT."' alt='". _G_EDIT_BT."' name='EditGroup' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.png' title='". _G_EDIT_BT."' alt='". _G_EDIT_BT."' name='EditGroup' "
. "align='left' onclick=\"window.open('$scriptname?action=editgroup&amp;sid=$surveyid&amp;gid=$gid', "
. "'_top')\">";
if (($sumcount4 == 0 && $activated != "Y") || $activated != "Y")
Expand All @@ -515,7 +515,7 @@
{
$groupsummary .= "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='' width='20' align='left' border='0' hspace='0'>\n";
}
$groupsummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' title='"
$groupsummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.png' title='"
. _G_EXPORT_BT."' alt='". _G_EXPORT_BT."'name='ExportGroup' "
. "align='left' "
. "onclick=\"window.open('dumpgroup.php?sid=$surveyid&amp;gid=$gid', '_top')\">"
Expand Down Expand Up @@ -597,7 +597,7 @@
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='' width='60' height='20' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.gif' title='". _Q_EDIT_BT."' alt='". _Q_EDIT_BT."' align='left' name='EditQuestion' "
. "\t\t\t\t\t<input type='image' src='$imagefiles/edit.png' title='". _Q_EDIT_BT."' alt='". _Q_EDIT_BT."' align='left' name='EditQuestion' "
. "onclick=\"window.open('$scriptname?action=editquestion&amp;sid=$surveyid&amp;gid=$gid&amp;qid=$qid', '_top')\">\n";
if (($qct == 0 && $activated != "Y") || $activated != "Y")
{
Expand All @@ -607,7 +607,7 @@
. "onclick=\"return confirm('"._DQ_RUSURE."')\"></a>\n";
}
else {$questionsummary .= "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='' width='20' align='left' border='0' hspace='0'>\n";}
$questionsummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' title='"
$questionsummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.png' title='"
. _Q_EXPORT_BT."' alt='". _Q_EXPORT_BT."'align='left' name='ExportQuestion' "
. "onclick=\"window.open('dumpquestion.php?qid=$qid', '_top')\">\n"
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='' border='0' hspace='0' align='left'>\n"
Expand Down
Binary file added admin/images/activate.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/assessments.gif
Binary file not shown.
Binary file added admin/images/assessments.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/images/dataentry.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/do.gif
Binary file not shown.
Binary file added admin/images/do.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/images/dol.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/edit.gif
Binary file not shown.
Binary file added admin/images/edit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/export.gif
Binary file not shown.
Binary file added admin/images/export.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/inactive.gif
Binary file not shown.
Binary file added admin/images/inactive.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/images/print.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed admin/images/showhelp.gif
Binary file not shown.
Binary file added admin/images/showhelp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion admin/index.php
Expand Up @@ -403,7 +403,7 @@ function adminmenu() {
<table align='center' width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td height='26' valign='bottom'>
<img src='{$imagefiles}/showhelp.gif' align='right' alt='Show Help'>
<img src='{$imagefiles}/showhelp.png' align='right' alt='Show Help'>
<img src='$imagefiles/blank.gif' width='5' height='1' alt=''>
<a href='$scriptname' title='"._A_HOME_BT."'><img src='{$imagefiles}/home.png' alt='"._A_HOME_BT."' border='0'></a>
</td>
Expand Down
6 changes: 3 additions & 3 deletions admin/labels.php
Expand Up @@ -91,7 +91,7 @@
."\t\t\t\t\t<img src='$imagefiles/seperator.gif' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t\t\t</td>\n"
."\t\t\t\t\t<td align='right' width='620'>\n"
."\t\t\t\t\t<input type='image' src='$imagefiles/showhelp.gif' title='"
."\t\t\t\t\t<input type='image' src='$imagefiles/showhelp.png' title='"
._A_HELP_BT."' alt='"._A_HELP_BT."' align='right' "
."onClick=\"showhelp('show')\">\n"
."\t\t\t\t\t<img src='$imagefiles/blank.gif' width='42' height='20' align='right' hspace='0' border='0' alt=''>\n"
Expand Down Expand Up @@ -222,14 +222,14 @@
."\t\t\t\t\t<img src='$imagefiles/seperator.gif' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t\t\t<img src='$imagefiles/blank.gif' width='60' height='20' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t\t\t<img src='$imagefiles/seperator.gif' border='0' hspace='0' align='left' alt=''>\n"
."\t\t\t\t\t<input type='image' src='$imagefiles/edit.gif' title='"
."\t\t\t\t\t<input type='image' src='$imagefiles/edit.png' title='"
._L_EDIT_BT."' align='left' "
."onclick=\"window.open('labels.php?action=editset&amp;lid=$lid', '_top')\">\n"
."\t\t\t\t\t<a href='labels.php?action=delset&amp;lid=$lid'>"
."<img src='$imagefiles/delete.png' border='0' alt='"._L_DEL_BT."' title='"
._L_DEL_BT."' align='left' "
."onClick=\"return confirm('Are you sure?')\"></a>\n"
."\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' alt='"._EXPORTLABEL."' title='"
."\t\t\t\t\t<input type='image' src='$imagefiles/export.png' alt='"._EXPORTLABEL."' title='"
._EXPORTLABEL."' align='left' "
."onClick=\"window.open('dumplabel.php?lid=$lid', '_top')\">\n"
."\t\t\t\t\t</td>\n"
Expand Down

0 comments on commit 9311639

Please sign in to comment.