1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 00:30:09 +02:00

Tinymce bootstrap dialog tweaks. Contact page template.

This commit is contained in:
Cameron
2013-03-09 03:54:05 -08:00
parent 72ae2c6fe8
commit 536c148401
5 changed files with 22 additions and 15 deletions

View File

@@ -52,9 +52,7 @@ $CONTACT_TEMPLATE['menu'] = '
if(!isset($CONTACT_FORM))
{
$CONTACT_FORM = "
$CONTACT_TEMPLATE['form'] = "
<form action='".e_SELF."' method='post' id='contactForm' >
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
{CONTACT_PERSON}
@@ -80,7 +78,9 @@ if(!isset($CONTACT_FORM))
</td></tr>
</table>
</form>";
}
?>