|
@@ 818-820 (lines=3) @@
|
| 815 |
|
</dl> |
| 816 |
|
</div>'; |
| 817 |
|
|
| 818 |
|
if (!empty($context['token_check'])) |
| 819 |
|
echo ' |
| 820 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 821 |
|
|
| 822 |
|
echo ' |
| 823 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 930-932 (lines=3) @@
|
| 927 |
|
</dl> |
| 928 |
|
</div>'; |
| 929 |
|
|
| 930 |
|
if (!empty($context['token_check'])) |
| 931 |
|
echo ' |
| 932 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 933 |
|
|
| 934 |
|
echo ' |
| 935 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 1615-1617 (lines=3) @@
|
| 1612 |
|
echo ' |
| 1613 |
|
<input type="submit" name="save" value="', $txt['change_profile'], '" class="button">'; |
| 1614 |
|
|
| 1615 |
|
if (!empty($context['token_check'])) |
| 1616 |
|
echo ' |
| 1617 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 1618 |
|
|
| 1619 |
|
echo ' |
| 1620 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2169-2171 (lines=3) @@
|
| 2166 |
|
echo ' |
| 2167 |
|
</div><!-- #groups -->'; |
| 2168 |
|
|
| 2169 |
|
if (!empty($context['token_check'])) |
| 2170 |
|
echo ' |
| 2171 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2172 |
|
|
| 2173 |
|
echo ' |
| 2174 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2485-2487 (lines=3) @@
|
| 2482 |
|
</dl> |
| 2483 |
|
<div class="righttext">'; |
| 2484 |
|
|
| 2485 |
|
if (!empty($context['token_check'])) |
| 2486 |
|
echo ' |
| 2487 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2488 |
|
|
| 2489 |
|
echo ' |
| 2490 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2587-2589 (lines=3) @@
|
| 2584 |
|
<input type="password" name="oldpasswrd" size="20"> |
| 2585 |
|
<input type="submit" value="', $txt['yes'], '" class="button">'; |
| 2586 |
|
|
| 2587 |
|
if (!empty($context['token_check'])) |
| 2588 |
|
echo ' |
| 2589 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2590 |
|
|
| 2591 |
|
echo ' |
| 2592 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2635-2637 (lines=3) @@
|
| 2632 |
|
<div> |
| 2633 |
|
<input type="submit" value="', $txt['delete'], '" class="button">'; |
| 2634 |
|
|
| 2635 |
|
if (!empty($context['token_check'])) |
| 2636 |
|
echo ' |
| 2637 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2638 |
|
|
| 2639 |
|
echo ' |
| 2640 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
@@ 2678-2680 (lines=3) @@
|
| 2675 |
|
echo ' |
| 2676 |
|
<div class="righttext">'; |
| 2677 |
|
|
| 2678 |
|
if (!empty($context['token_check'])) |
| 2679 |
|
echo ' |
| 2680 |
|
<input type="hidden" name="', $context[$context['token_check'] . '_token_var'], '" value="', $context[$context['token_check'] . '_token'], '">'; |
| 2681 |
|
|
| 2682 |
|
echo ' |
| 2683 |
|
<input type="submit" value="', $txt['change_profile'], '" class="button"> |