|
@@ -231,7 +231,7 @@ discard block |
|
|
block discarded – undo |
|
231
|
231
|
|
|
232
|
232
|
foreach ($message['custom_fields']['above_member'] as $custom) |
|
233
|
233
|
echo ' |
|
234
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
234
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
235
|
235
|
|
|
236
|
236
|
echo ' |
|
237
|
237
|
</ul> |
|
@@ -280,7 +280,7 @@ discard block |
|
|
block discarded – undo |
|
280
|
280
|
if (!empty($message['custom_fields']['below_avatar'])) |
|
281
|
281
|
foreach ($message['custom_fields']['below_avatar'] as $custom) |
|
282
|
282
|
echo ' |
|
283
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
283
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
284
|
284
|
|
|
285
|
285
|
if (!$message['member']['is_guest']) |
|
286
|
286
|
echo ' |
|
@@ -322,7 +322,7 @@ discard block |
|
|
block discarded – undo |
|
322
|
322
|
|
|
323
|
323
|
foreach ($message['custom_fields']['icons'] as $custom) |
|
324
|
324
|
echo ' |
|
325
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
325
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
326
|
326
|
|
|
327
|
327
|
echo ' |
|
328
|
328
|
</ol> |
|
@@ -386,7 +386,7 @@ discard block |
|
|
block discarded – undo |
|
386
|
386
|
if (!empty($message['custom_fields']['standard'])) |
|
387
|
387
|
foreach ($message['custom_fields']['standard'] as $custom) |
|
388
|
388
|
echo ' |
|
389
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['title'], ': ', $custom['value'], '</li>'; |
|
|
389
|
+ <li class="custom ', $custom['col_name'], '">', $custom['title'], ': ', $custom['value'], '</li>'; |
|
390
|
390
|
|
|
391
|
391
|
// Are we showing the warning status? |
|
392
|
392
|
if ($message['member']['can_see_warning']) |
|
@@ -397,7 +397,7 @@ discard block |
|
|
block discarded – undo |
|
397
|
397
|
if (!empty($message['custom_fields']['bottom_poster'])) |
|
398
|
398
|
foreach ($message['custom_fields']['bottom_poster'] as $custom) |
|
399
|
399
|
echo ' |
|
400
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
400
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
401
|
401
|
} |
|
402
|
402
|
|
|
403
|
403
|
// Done with the information about the poster... on to the post itself. |
|
@@ -498,7 +498,7 @@ discard block |
|
|
block discarded – undo |
|
498
|
498
|
|
|
499
|
499
|
foreach ($message['custom_fields']['above_signature'] as $custom) |
|
500
|
500
|
echo ' |
|
501
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
501
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
502
|
502
|
|
|
503
|
503
|
echo ' |
|
504
|
504
|
</ul> |
|
@@ -521,7 +521,7 @@ discard block |
|
|
block discarded – undo |
|
521
|
521
|
|
|
522
|
522
|
foreach ($message['custom_fields']['below_signature'] as $custom) |
|
523
|
523
|
echo ' |
|
524
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
524
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
525
|
525
|
|
|
526
|
526
|
echo ' |
|
527
|
527
|
</ul> |
|
@@ -657,7 +657,7 @@ discard block |
|
|
block discarded – undo |
|
657
|
657
|
while ($message = $context['get_pmessage']('subject')) |
|
658
|
658
|
{ |
|
659
|
659
|
echo ' |
|
660
|
|
- <tr class="windowbg', $message['is_unread'] ? ' unread_pm' : '','"> |
|
|
660
|
+ <tr class="windowbg', $message['is_unread'] ? ' unread_pm' : '', '"> |
|
661
|
661
|
<td class="table_icon"> |
|
662
|
662
|
<script> |
|
663
|
663
|
currentLabels[', $message['id'], '] = {'; |
|
@@ -946,13 +946,13 @@ discard block |
|
|
block discarded – undo |
|
946
|
946
|
// You can only reply if they are not a guest... |
|
947
|
947
|
if (!$message['member']['is_guest']) |
|
948
|
948
|
echo ' |
|
949
|
|
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=', $context['folder'] == 'sent' ? '' : $message['member']['id'], '">', $quote_button , '</a>', $context['menu_separator'], ' |
|
950
|
|
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '">', $reply_button , '</a> ', $context['menu_separator']; |
|
|
949
|
+ <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote;u=', $context['folder'] == 'sent' ? '' : $message['member']['id'], '">', $quote_button, '</a>', $context['menu_separator'], ' |
|
|
950
|
+ <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';u=', $message['member']['id'], '">', $reply_button, '</a> ', $context['menu_separator']; |
|
951
|
951
|
|
|
952
|
952
|
// This is for "forwarding" - even if the member is gone. |
|
953
|
953
|
else |
|
954
|
954
|
echo ' |
|
955
|
|
- <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote">', $quote_button , '</a>', $context['menu_separator']; |
|
|
955
|
+ <a href="', $scripturl, '?action=pm;sa=send;f=', $context['folder'], $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';pmsg=', $message['id'], ';quote">', $quote_button, '</a>', $context['menu_separator']; |
|
956
|
956
|
} |
|
957
|
957
|
|
|
958
|
958
|
echo ' |
|
@@ -1054,7 +1054,7 @@ discard block |
|
|
block discarded – undo |
|
1054
|
1054
|
<div class="', empty($context['error_type']) || $context['error_type'] != 'serious' ? 'noticebox' : 'errorbox', '"', empty($context['post_error']['messages']) ? ' style="display: none"' : '', ' id="errors"> |
|
1055
|
1055
|
<dl> |
|
1056
|
1056
|
<dt> |
|
1057
|
|
- <strong id="error_serious">', $txt['error_while_submitting'] , '</strong> |
|
|
1057
|
+ <strong id="error_serious">', $txt['error_while_submitting'], '</strong> |
|
1058
|
1058
|
</dt> |
|
1059
|
1059
|
<dd class="error" id="error_list"> |
|
1060
|
1060
|
', empty($context['post_error']['messages']) ? '' : implode('<br>', $context['post_error']['messages']), ' |
|
@@ -1110,7 +1110,7 @@ discard block |
|
|
block discarded – undo |
|
1110
|
1110
|
<span', (isset($context['post_error']['no_subject']) ? ' class="error"' : ''), ' id="caption_subject">', $txt['subject'], ':</span> |
|
1111
|
1111
|
</dt> |
|
1112
|
1112
|
<dd id="pm_subject"> |
|
1113
|
|
- <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80"',isset($context['post_error']['no_subject']) ? ' class="error"' : '', '> |
|
|
1113
|
+ <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80"', isset($context['post_error']['no_subject']) ? ' class="error"' : '', '> |
|
1114
|
1114
|
</dd> |
|
1115
|
1115
|
</dl>'; |
|
1116
|
1116
|
|
|
@@ -1463,7 +1463,7 @@ discard block |
|
|
block discarded – undo |
|
1463
|
1463
|
echo ' |
|
1464
|
1464
|
<div class="padding"> |
|
1465
|
1465
|
<input type="submit" name="save" value="', $txt['save'], '" class="button"> |
|
1466
|
|
- <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" data-confirm="', $txt['pm_labels_delete'] ,'" class="button you_sure"> |
|
|
1466
|
+ <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" data-confirm="', $txt['pm_labels_delete'], '" class="button you_sure"> |
|
1467
|
1467
|
</div>'; |
|
1468
|
1468
|
|
|
1469
|
1469
|
echo ' |
|
@@ -1628,7 +1628,7 @@ discard block |
|
|
block discarded – undo |
|
1628
|
1628
|
if (!empty($context['rules'])) |
|
1629
|
1629
|
echo ' |
|
1630
|
1630
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
1631
|
|
- <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'] ,'" class="button smalltext you_sure">'; |
|
|
1631
|
+ <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'], '" class="button smalltext you_sure">'; |
|
1632
|
1632
|
|
|
1633
|
1633
|
echo ' |
|
1634
|
1634
|
</div> |
|
@@ -1871,9 +1871,9 @@ discard block |
|
|
block discarded – undo |
|
1871
|
1871
|
|
|
1872
|
1872
|
echo ' |
|
1873
|
1873
|
<select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();"> |
|
1874
|
|
- <option value="">', $txt['pm_rule_sel_action'] , ':</option> |
|
1875
|
|
- <option value="lab"', $action['t'] == 'lab' ? ' selected' : '', '>', $txt['pm_rule_label'] , '</option> |
|
1876
|
|
- <option value="del"', $action['t'] == 'del' ? ' selected' : '', '>', $txt['pm_rule_delete'] , '</option> |
|
|
1874
|
+ <option value="">', $txt['pm_rule_sel_action'], ':</option> |
|
|
1875
|
+ <option value="lab"', $action['t'] == 'lab' ? ' selected' : '', '>', $txt['pm_rule_label'], '</option> |
|
|
1876
|
+ <option value="del"', $action['t'] == 'del' ? ' selected' : '', '>', $txt['pm_rule_delete'], '</option> |
|
1877
|
1877
|
</select> |
|
1878
|
1878
|
<span id="labdiv', $k, '"> |
|
1879
|
1879
|
<select name="labdef[', $k, ']" id="labdef', $k, '" onchange="rebuildRuleDesc();"> |
|
@@ -1985,7 +1985,7 @@ discard block |
|
|
block discarded – undo |
|
1985
|
1985
|
</div> |
|
1986
|
1986
|
<ul class="quickbuttons"> |
|
1987
|
1987
|
<li><a href="', $scripturl, '?action=pm;sa=showpmdrafts;id_draft=', $draft['id_draft'], ';', $context['session_var'], '=', $context['session_id'], '"><span class="generic_icons modifybutton"></span>', $txt['draft_edit'], '</a></li> |
|
1988
|
|
- <li><a href="', $scripturl, '?action=pm;sa=showpmdrafts;delete=', $draft['id_draft'], ';', $context['session_var'], '=', $context['session_id'], '" data-confirm="', $txt['draft_remove'] ,'?" class="you_sure"><span class="generic_icons remove_button"></span>', $txt['draft_delete'], '</a></li> |
|
|
1988
|
+ <li><a href="', $scripturl, '?action=pm;sa=showpmdrafts;delete=', $draft['id_draft'], ';', $context['session_var'], '=', $context['session_id'], '" data-confirm="', $txt['draft_remove'], '?" class="you_sure"><span class="generic_icons remove_button"></span>', $txt['draft_delete'], '</a></li> |
|
1989
|
1989
|
</ul> |
|
1990
|
1990
|
</div><!-- .windowbg -->'; |
|
1991
|
1991
|
} |