Skip to content

Commit 4472cc2

Browse files
suelaPSam Tuke
authored andcommitted
removed template 3
1 parent 4220f56 commit 4472cc2

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

public_html/lists/admin/defaultsystemtemplate.php

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -103,36 +103,12 @@
103103
</div>
104104
<p>&nbsp;</p>
105105
</div>';
106-
$template3 = '<p><style type="text/css">#baires h1,#baires h2,#baires h3,#baires h4,#baires b,#baires a {color:#000 !important} #baires p{color:#666 !important}#baires_footer a{color:#EEE !important}</style></p>
107-
<div style="margin:0; text-align:center; width:100%; background:#EEE;min-width:240px;height:100%;" id="baires">
108-
<div style="width:96%;margin:0 auto; border:10px double #000;">
109-
<div style="background:#000;padding:5px 0px 5px 15px;color:#777;letter-spacing:20px;text-align:center;font-size:15px;margin:1px 0px">NEWSLETTER</div>
110-
<table height="100%" width="100%" style="font-family:Times New Roman, Garamond, serif;">
111-
<tbody>
112-
<tr>
113-
<td bgcolor="#666" align="right" width="35" valign="top"><br />
114-
<h3 style="margin:10px;text-align:right;font-weight:normal; color:#FFF !important; line-height:1.2; font-size:30px;">[SUBJECT]</h3>
115-
</td>
116-
<td bgcolor="#FFF" style="color:#666;margin:10px">
117-
<div style="margin:10px">[CONTENT]</div>
118-
</td>
119-
</tr>
120-
<tr>
121-
<td style="background:#000;padding:5px;height:50px;color:#FFF !important" id="baires_footer" colspan="2">[FOOTER]</td>
122-
</tr>
123-
<tr>
124-
<td style="background:#333;height:20px;text-align:center" colspan="2">[SIGNATURE]</td>
125-
</tr>
126-
</tbody>
127-
</table>
128-
</div>
129-
</div>';
106+
130107
echo formStart();
131108
echo '<div>
132109
<input type="radio" name="template" value="systemtemplate" checked> System Template<br>
133110
<input type="radio" name="template" value="template1"> Template 1<br>
134111
<input type="radio" name="template" value="template2"> Template 2<br>
135-
<input type="radio" name="template" value="template3"> Template 3<br>
136112
<input type="submit" value="Submit" name="Submit">
137113
</form>
138114
</div>
@@ -152,10 +128,6 @@
152128
$title = "Template two";
153129
$content = $template2;
154130
break;
155-
case 'template3':
156-
$title = "Template three";
157-
$content = $template3;
158-
break;
159131
}
160132
$exists = Sql_Fetch_Row_Query(sprintf('select * from %s where title = "%s"',
161133
$GLOBALS['tables']['template'], $title));

0 commit comments

Comments
 (0)