|
@@ -230,7 +230,7 @@ discard block |
|
|
block discarded – undo |
|
230
|
230
|
|
|
231
|
231
|
foreach ($message['custom_fields']['above_member'] as $custom) |
|
232
|
232
|
echo ' |
|
233
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
233
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
234
|
234
|
|
|
235
|
235
|
echo ' |
|
236
|
236
|
</ul> |
|
@@ -279,7 +279,7 @@ discard block |
|
|
block discarded – undo |
|
279
|
279
|
if (!empty($message['custom_fields']['below_avatar'])) |
|
280
|
280
|
foreach ($message['custom_fields']['below_avatar'] as $custom) |
|
281
|
281
|
echo ' |
|
282
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
282
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
283
|
283
|
|
|
284
|
284
|
if (!$message['member']['is_guest']) |
|
285
|
285
|
echo ' |
|
@@ -321,7 +321,7 @@ discard block |
|
|
block discarded – undo |
|
321
|
321
|
|
|
322
|
322
|
foreach ($message['custom_fields']['icons'] as $custom) |
|
323
|
323
|
echo ' |
|
324
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
324
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
325
|
325
|
|
|
326
|
326
|
echo ' |
|
327
|
327
|
</ol> |
|
@@ -385,7 +385,7 @@ discard block |
|
|
block discarded – undo |
|
385
|
385
|
if (!empty($message['custom_fields']['standard'])) |
|
386
|
386
|
foreach ($message['custom_fields']['standard'] as $custom) |
|
387
|
387
|
echo ' |
|
388
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['title'], ': ', $custom['value'], '</li>'; |
|
|
388
|
+ <li class="custom ', $custom['col_name'], '">', $custom['title'], ': ', $custom['value'], '</li>'; |
|
389
|
389
|
|
|
390
|
390
|
// Are we showing the warning status? |
|
391
|
391
|
if ($message['member']['can_see_warning']) |
|
@@ -396,7 +396,7 @@ discard block |
|
|
block discarded – undo |
|
396
|
396
|
if (!empty($message['custom_fields']['bottom_poster'])) |
|
397
|
397
|
foreach ($message['custom_fields']['bottom_poster'] as $custom) |
|
398
|
398
|
echo ' |
|
399
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
399
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
400
|
400
|
} |
|
401
|
401
|
|
|
402
|
402
|
// Done with the information about the poster... on to the post itself. |
|
@@ -497,7 +497,7 @@ discard block |
|
|
block discarded – undo |
|
497
|
497
|
|
|
498
|
498
|
foreach ($message['custom_fields']['above_signature'] as $custom) |
|
499
|
499
|
echo ' |
|
500
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
500
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
501
|
501
|
|
|
502
|
502
|
echo ' |
|
503
|
503
|
</ul> |
|
@@ -520,7 +520,7 @@ discard block |
|
|
block discarded – undo |
|
520
|
520
|
|
|
521
|
521
|
foreach ($message['custom_fields']['below_signature'] as $custom) |
|
522
|
522
|
echo ' |
|
523
|
|
- <li class="custom ', $custom['col_name'] ,'">', $custom['value'], '</li>'; |
|
|
523
|
+ <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>'; |
|
524
|
524
|
|
|
525
|
525
|
echo ' |
|
526
|
526
|
</ul> |
|
@@ -656,7 +656,7 @@ discard block |
|
|
block discarded – undo |
|
656
|
656
|
while ($message = $context['get_pmessage']('subject')) |
|
657
|
657
|
{ |
|
658
|
658
|
echo ' |
|
659
|
|
- <tr class="windowbg', $message['is_unread'] ? ' unread_pm' : '','"> |
|
|
659
|
+ <tr class="windowbg', $message['is_unread'] ? ' unread_pm' : '', '"> |
|
660
|
660
|
<td class="table_icon"> |
|
661
|
661
|
<script> |
|
662
|
662
|
currentLabels[', $message['id'], '] = {'; |
|
@@ -956,13 +956,13 @@ discard block |
|
|
block discarded – undo |
|
956
|
956
|
// You can only reply if they are not a guest... |
|
957
|
957
|
if (!$message['member']['is_guest']) |
|
958
|
958
|
echo ' |
|
959
|
|
- <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'], ' |
|
960
|
|
- <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']; |
|
|
959
|
+ <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'], ' |
|
|
960
|
+ <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']; |
|
961
|
961
|
|
|
962
|
962
|
// This is for "forwarding" - even if the member is gone. |
|
963
|
963
|
else |
|
964
|
964
|
echo ' |
|
965
|
|
- <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']; |
|
|
965
|
+ <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']; |
|
966
|
966
|
} |
|
967
|
967
|
|
|
968
|
968
|
echo ' |
|
@@ -1062,7 +1062,7 @@ discard block |
|
|
block discarded – undo |
|
1062
|
1062
|
<div class="', empty($context['error_type']) || $context['error_type'] != 'serious' ? 'noticebox' : 'errorbox', '"', empty($context['post_error']['messages']) ? ' style="display: none"' : '', ' id="errors"> |
|
1063
|
1063
|
<dl> |
|
1064
|
1064
|
<dt> |
|
1065
|
|
- <strong id="error_serious">', $txt['error_while_submitting'] , '</strong> |
|
|
1065
|
+ <strong id="error_serious">', $txt['error_while_submitting'], '</strong> |
|
1066
|
1066
|
</dt> |
|
1067
|
1067
|
<dd class="error" id="error_list"> |
|
1068
|
1068
|
', empty($context['post_error']['messages']) ? '' : implode('<br>', $context['post_error']['messages']), ' |
|
@@ -1118,7 +1118,7 @@ discard block |
|
|
block discarded – undo |
|
1118
|
1118
|
<span', (isset($context['post_error']['no_subject']) ? ' class="error"' : ''), ' id="caption_subject">', $txt['subject'], ':</span> |
|
1119
|
1119
|
</dt> |
|
1120
|
1120
|
<dd id="pm_subject"> |
|
1121
|
|
- <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80"',isset($context['post_error']['no_subject']) ? ' class="error"' : '', '> |
|
|
1121
|
+ <input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80"', isset($context['post_error']['no_subject']) ? ' class="error"' : '', '> |
|
1122
|
1122
|
</dd> |
|
1123
|
1123
|
</dl>'; |
|
1124
|
1124
|
|
|
@@ -1471,7 +1471,7 @@ discard block |
|
|
block discarded – undo |
|
1471
|
1471
|
echo ' |
|
1472
|
1472
|
<div class="block righttext"> |
|
1473
|
1473
|
<input type="submit" name="save" value="', $txt['save'], '" class="button"> |
|
1474
|
|
- <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" data-confirm="', $txt['pm_labels_delete'] ,'" class="button you_sure"> |
|
|
1474
|
+ <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" data-confirm="', $txt['pm_labels_delete'], '" class="button you_sure"> |
|
1475
|
1475
|
</div>'; |
|
1476
|
1476
|
|
|
1477
|
1477
|
echo ' |
|
@@ -1635,7 +1635,7 @@ discard block |
|
|
block discarded – undo |
|
1635
|
1635
|
if (!empty($context['rules'])) |
|
1636
|
1636
|
echo ' |
|
1637
|
1637
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
1638
|
|
- <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'] ,'" class="button smalltext you_sure">'; |
|
|
1638
|
+ <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'], '" class="button smalltext you_sure">'; |
|
1639
|
1639
|
|
|
1640
|
1640
|
echo ' |
|
1641
|
1641
|
</div> |
|
@@ -1878,9 +1878,9 @@ discard block |
|
|
block discarded – undo |
|
1878
|
1878
|
|
|
1879
|
1879
|
echo ' |
|
1880
|
1880
|
<select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();"> |
|
1881
|
|
- <option value="">', $txt['pm_rule_sel_action'] , ':</option> |
|
1882
|
|
- <option value="lab"', $action['t'] == 'lab' ? ' selected' : '', '>', $txt['pm_rule_label'] , '</option> |
|
1883
|
|
- <option value="del"', $action['t'] == 'del' ? ' selected' : '', '>', $txt['pm_rule_delete'] , '</option> |
|
|
1881
|
+ <option value="">', $txt['pm_rule_sel_action'], ':</option> |
|
|
1882
|
+ <option value="lab"', $action['t'] == 'lab' ? ' selected' : '', '>', $txt['pm_rule_label'], '</option> |
|
|
1883
|
+ <option value="del"', $action['t'] == 'del' ? ' selected' : '', '>', $txt['pm_rule_delete'], '</option> |
|
1884
|
1884
|
</select> |
|
1885
|
1885
|
<span id="labdiv', $k, '"> |
|
1886
|
1886
|
<select name="labdef[', $k, ']" id="labdef', $k, '" onchange="rebuildRuleDesc();"> |
|
@@ -1992,7 +1992,7 @@ discard block |
|
|
block discarded – undo |
|
1992
|
1992
|
</div> |
|
1993
|
1993
|
<ul class="quickbuttons"> |
|
1994
|
1994
|
<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> |
|
1995
|
|
- <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> |
|
|
1995
|
+ <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> |
|
1996
|
1996
|
</ul> |
|
1997
|
1997
|
</div><!-- .windowbg -->'; |
|
1998
|
1998
|
} |