1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Contact Menu template fix.

This commit is contained in:
Cameron
2013-03-09 01:08:43 -08:00
parent ce8ea83915
commit 72ae2c6fe8
3 changed files with 26 additions and 22 deletions

View File

@@ -30,6 +30,28 @@ $sc_style['CONTACT_IMAGECODE_INPUT']['pre'] = "";
$sc_style['CONTACT_IMAGECODE_INPUT']['post'] = "</td></tr>";
$CONTACT_TEMPLATE['menu'] = '
<div>
<div class="control-group">
<label >Name</label>
{CONTACT_NAME}
</div>
<div class="control-group">
<label class="control-label" for="contactEmail">Email</label>
{CONTACT_EMAIL}
</div>
<div class="control-group">
<label>Comments</label>
{CONTACT_BODY=rows=5&cols=50}
</div>
{CONTACT_SUBMIT_BUTTON}
</div>
';
if(!isset($CONTACT_FORM))
{
$CONTACT_FORM = "