{include file='admin/registrations/accountHeader.html'}
- <a href="{$thisUrl}?page={$thisPage}&glm_action=accounts&option=accountDashboard&account={$accountID}" class="button button-secondary glm-button glm-right">Return to Account</a>
-
{if $option == 'edit' || $option == 'update'}
- <h2>Edit Account
+ <h1>Edit Account
{else}
- <h2>Add new Account
+ <h1>Add new Account
{/if}
-
+
{if $accountUpdated}<span class="glm-notice glm-flash-updated">Account Updated</span>{/if}
{if $accountUpdateError}<span class="glm-error glm-flash-updated">Account Update Error</span>{/if}
{if $accountAdded}<span class="glm-notice glm-flash-updated">Account Added</span>{/if}
{if $accountAddError}<span class="glm-error glm-flash-updated">Account Add Error</span>{/if}
- </h2>
+ </h1>
- <p> </p>
+<div class="glm-admin-table-inner glm-admin-table">
+
+ <a href="{$thisUrl}?page={$thisPage}&glm_action=accounts&option=accountDashboard&account={$accountID}" class="button button-secondary glm-button glm-right">Return to Account</a>
<form action="{$thisUrl}?page={$thisPage}" method="post" id="searchForm">
<input type="hidden" name="glm_action" value="accounts">
</td>
</tr>
- <tr><th colspan="2"><h3>General Information</h3></th></tr>
+ <tr><th colspan="2"><p><h3>General Information</h3></p></th></tr>
<tr>
<th {if $account.fieldRequired.fname} class="glm-required"}{/if}>First Name</th>
</td>
</tr>
- <tr><th colspan="2"><h3>Billing Information</h3></th></tr>
+ <tr><th colspan="2"><p><h3>Billing Information</h3></p></th></tr>
<tr>
<th {if $account.fieldRequired.bill_fname} class="glm-required"}{/if}>First Name</th>
</td>
</tr>
- <tr><th colspan="2"><h3>Contact Information</h3></th></tr>
+ <tr><th colspan="2"><p><h3>Contact Information</h3></p></th></tr>
<tr>
<th {if $account.fieldRequired.contact_fname} class="glm-required"}{/if}>First Name</th>
</td>
</tr>
- <tr><th colspan="2"><h3>Emergency Contact Information</h3></th></tr>
+ <tr><th colspan="2"><p><h3>Emergency Contact Information</h3></p></th></tr>
<tr>
<input id="updateAccount" type="submit" value="{if $haveAccount}Update Account{else}Save New Account{/if}">
</form>
- <script>
- jQuery(document).ready(function($) {
-
- // Delete Account dialog
- $("#deleteAccountDialog").dialog({
- autoOpen: false,
- minWidth: 400,
- dialogClass: "glm-dialog-no-close"
- });
- $('#deleteAccountButton').click( function() {
- $('#deleteAccountDialog').dialog('open');
- });
- $('#deleteAccountCancel').click( function() {
- $("#deleteAccountDialog").dialog("close");
- });
- $('#deleteAccountSubmit').click( function() {
- window.location.replace("{$thisUrl}?page={$thisPage}&glm_action=accounts&option=delete&account={$account.fieldData.id}");
- });
-
- $(".glm-flash-updated").fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500);
+</div>
+<script>
+ jQuery(document).ready(function($) {
+
+ // Delete Account dialog
+ $("#deleteAccountDialog").dialog({
+ autoOpen: false,
+ minWidth: 400,
+ dialogClass: "glm-dialog-no-close"
});
+ $('#deleteAccountButton').click( function() {
+ $('#deleteAccountDialog').dialog('open');
+ });
+ $('#deleteAccountCancel').click( function() {
+ $("#deleteAccountDialog").dialog("close");
+ });
+ $('#deleteAccountSubmit').click( function() {
+ window.location.replace("{$thisUrl}?page={$thisPage}&glm_action=accounts&option=delete&account={$accountID}");
+ });
+
+ $(".glm-flash-updated").fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500);
+ });
- </script>
+</script>
{include file='admin/footer.html'}
{include file='admin/registrations/eventHeader.html'}
- <h2>
+ <h1>
Registrations Event Edit
-
{if $regEventUpdated}<span class="glm-notice glm-flash-updated">Registration Event Updated</span>{/if}
{if $regEventUpdateError}<span class="glm-error glm-flash-updated">Registration Event Update Error</span>{/if}
{if $regEventAdded}<span class="glm-notice glm-flash-updated">Registration Event Added</span>{/if}
-
- </h2>
+ </h1>
+
+<div class="glm-admin-table-inner glm-admin-table">
{if $reason}
<p class="glm-error">{$reason}</p>
<p><input id="updateRegEvent" type="submit" value="Update This Event"></p>
</form>
+</div>
{/if} <!-- no problem reasons -->
- <script type="text/javascript">
- jQuery(document).ready(function($) {
-
- // Flash certain elements for a short time after display
- $(".glm-flash-updated").fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500);
-
- });
- </script>
-
+<script type="text/javascript">
+ jQuery(document).ready(function($) {
+
+ // Flash certain elements for a short time after display
+ $(".glm-flash-updated").fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500);
+
+ });
+</script>
+
{include file='admin/footer.html'}