|
@@ 803-805 (lines=3) @@
|
| 800 |
|
</dl> |
| 801 |
|
</div>'; |
| 802 |
|
|
| 803 |
|
if (!empty($context['token_check'])) |
| 804 |
|
echo ' |
| 805 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 806 |
|
|
| 807 |
|
echo ' |
| 808 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 914-916 (lines=3) @@
|
| 911 |
|
</dl> |
| 912 |
|
</div>'; |
| 913 |
|
|
| 914 |
|
if (!empty($context['token_check'])) |
| 915 |
|
echo ' |
| 916 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 917 |
|
|
| 918 |
|
echo ' |
| 919 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 1599-1601 (lines=3) @@
|
| 1596 |
|
echo ' |
| 1597 |
|
<input type="submit" name="save" value="', $txt['change_profile'], '" class="button">'; |
| 1598 |
|
|
| 1599 |
|
if (!empty($context['token_check'])) |
| 1600 |
|
echo ' |
| 1601 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 1602 |
|
|
| 1603 |
|
echo ' |
| 1604 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2143-2145 (lines=3) @@
|
| 2140 |
|
echo ' |
| 2141 |
|
</div><!-- #groups -->'; |
| 2142 |
|
|
| 2143 |
|
if (!empty($context['token_check'])) |
| 2144 |
|
echo ' |
| 2145 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2146 |
|
|
| 2147 |
|
echo ' |
| 2148 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2459-2461 (lines=3) @@
|
| 2456 |
|
</dl> |
| 2457 |
|
<div class="righttext">'; |
| 2458 |
|
|
| 2459 |
|
if (!empty($context['token_check'])) |
| 2460 |
|
echo ' |
| 2461 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2462 |
|
|
| 2463 |
|
echo ' |
| 2464 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2560-2562 (lines=3) @@
|
| 2557 |
|
<input type="password" name="oldpasswrd" size="20"> |
| 2558 |
|
<input type="submit" value="', $txt['yes'], '" class="button">'; |
| 2559 |
|
|
| 2560 |
|
if (!empty($context['token_check'])) |
| 2561 |
|
echo ' |
| 2562 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2563 |
|
|
| 2564 |
|
echo ' |
| 2565 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2608-2610 (lines=3) @@
|
| 2605 |
|
<div> |
| 2606 |
|
<input type="submit" value="', $txt['delete'], '" class="button">'; |
| 2607 |
|
|
| 2608 |
|
if (!empty($context['token_check'])) |
| 2609 |
|
echo ' |
| 2610 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2611 |
|
|
| 2612 |
|
echo ' |
| 2613 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2651-2653 (lines=3) @@
|
| 2648 |
|
echo ' |
| 2649 |
|
<div class="righttext">'; |
| 2650 |
|
|
| 2651 |
|
if (!empty($context['token_check'])) |
| 2652 |
|
echo ' |
| 2653 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2654 |
|
|
| 2655 |
|
echo ' |
| 2656 |
|
<input type="submit" value="', $txt['change_profile'], '" class="button"> |