Skip to content

Commit

Permalink
TWEAK: Removed "close" button - not needed. Uses common.php's sendcac…
Browse files Browse the repository at this point in the history
…heheaders so it gets charset.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1058 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 30, 2004
1 parent 9cc972b commit e6a2b5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/templates.php
Expand Up @@ -447,6 +447,7 @@ function doreplacement($file) { //Produce sample page from template file
//****************************************************************
//** OUTPUT STARTS HERE
//****************************************************************
sendcacheheaders();
echo $htmlheader;
echo "<script type='text/javascript'>\n"
."<!--\n"
Expand Down Expand Up @@ -478,9 +479,7 @@ function doreplacement($file) { //Produce sample page from template file
. "\t\t\t\t\t<img src='$imagefiles/blank.gif' alt='-' width='60' height='10' border='0' hspace='0' align='left'>\n"
. "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='-' border='0' hspace='0' align='left'>"
."</td><td align='right'>\n"
."<input type='image' src='$imagefiles/close.gif' title='"._CLOSEWIN."' hspace='0' alt='"._CLOSEWIN."'"
." align='right' onClick='javascript: self.close()'>"
."<img src='$imagefiles/blank.gif' align='right' border='0' hspace='0' width='40' height='10'>"
."<img src='$imagefiles/blank.gif' align='right' border='0' hspace='0' width='60' height='10'>"
."<img src='$imagefiles/seperator.gif' alt='|' align='right' alt='minimise' border='0' hspace='0'>"
."<input type='image' src='$imagefiles/add.gif' align='right' hspace='0' title='"._TP_CREATENEW."' "
."onClick=\"javascript: copyprompt('"._TP_NEWTEMPLATECALLED."', '"._TP_DEFAULTNEWTEMPLATE."', 'default', 'copy')\">"
Expand Down

0 comments on commit e6a2b5e

Please sign in to comment.