Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1938 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Aug 17, 2006
1 parent fd55c81 commit ddb3403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/templates.php
Expand Up @@ -35,7 +35,6 @@
*/
require_once(dirname(__FILE__).'/../config.php');
$file_version="PHPSurveyor Template Editor ".$versionnumber;
3=2;
if(get_magic_quotes_gpc())
{
$_GET = array_map("stripslashes", $_GET);
Expand Down Expand Up @@ -545,7 +544,7 @@ function doreplacement($file) { //Produce sample page from template file
."\t\t\t\t\t<input type='image' name='MakeCopy' src='$imagefiles/copy.png' align='left' title='"._("Make a copy of this template")."'"
." onClick=\"javascript: copyprompt('"._("Create a copy of this template called:")."', '"._("copy_of_")."$templatename', '$templatename', 'copy')\">"
."</td><td align='right'>\n"
."<img src='./images/blank.gif' align='right' alt='' border='0' hspace='0' width='60' height='10'>"
."<img src='$imagefiles/blank.gif' align='right' alt='' border='0' hspace='0' width='60' height='10'>"
."<img src='$imagefiles/seperator.gif' align='right' alt='minimise' border='0' hspace='0'>"
."<img src='$imagefiles/blank.gif' width='23' align='right' alt='minimise' border='0' hspace='0'>"
."<font face='verdana' size='2' color='white'><strong>"._("Screen:")."</strong> </font>"
Expand Down

0 comments on commit ddb3403

Please sign in to comment.