|
@@ -84,7 +84,7 @@ function template_pm_popup()
|
|
|
<div class="sender">', $pm_details['replied_to_you'] ? '<span class="pm_icons replied centericon" style="margin-right: 4px" title="' . $txt['pm_you_were_replied_to'] . '"></span>' : '<span class="pm_icons im_off centericon" style="margin-right: 4px" title="' . $txt['pm_was_sent_to_you'] . '"></span>',
|
|
|
!empty($pm_details['member']) ? $pm_details['member']['link'] : $pm_details['member_from'], ' - ', $pm_details['time'], '</div>
|
|
|
</div>
|
|
|
- <br class="clear" />
|
|
|
+ <br class="clear">
|
|
|
</div>';
|
|
|
}
|
|
|
}
|
|
@@ -183,7 +183,7 @@ function template_folder()
|
|
|
if ($context['display_mode'] != 1)
|
|
|
{
|
|
|
template_subject_list();
|
|
|
- echo '<div class="clear_right"><br /></div>';
|
|
|
+ echo '<div class="clear_right"><br></div>';
|
|
|
}
|
|
|
|
|
|
// Got some messages to display?
|
|
@@ -225,7 +225,7 @@ function template_folder()
|
|
|
// Show online and offline buttons?
|
|
|
if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
|
|
|
echo '
|
|
|
- <img src="', $message['member']['online']['image_href'], '" alt="', $message['member']['online']['text'], '" />';
|
|
|
+ <img src="', $message['member']['online']['image_href'], '" alt="', $message['member']['online']['text'], '">';
|
|
|
|
|
|
// Show a link to the member's profile (but only if the sender isn't a guest).
|
|
|
echo '
|
|
@@ -360,7 +360,7 @@ function template_folder()
|
|
|
// Show the profile button
|
|
|
if ($message['member']['can_view_profile'])
|
|
|
echo '
|
|
|
- <li><a href="', $message['member']['href'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.png" alt="' . $txt['view_profile'] . '" title="' . $txt['view_profile'] . '" />' : $txt['view_profile']), '</a></li>';
|
|
|
+ <li><a href="', $message['member']['href'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/icons/profile_sm.png" alt="' . $txt['view_profile'] . '" title="' . $txt['view_profile'] . '">' : $txt['view_profile']), '</a></li>';
|
|
|
|
|
|
// Don't show an icon if they haven't specified a website.
|
|
|
if ($message['member']['website']['url'] != '' && !isset($context['disabled_fields']['website']))
|
|
@@ -394,7 +394,7 @@ function template_folder()
|
|
|
// Are we showing the warning status?
|
|
|
if ($message['member']['can_see_warning'])
|
|
|
echo '
|
|
|
- <li class="warning">', $context['can_issue_warning'] ? '<a href="' . $scripturl . '?action=profile;area=issuewarning;u=' . $message['member']['id'] . '">' : '', '<img src="', $settings['images_url'], '/warning_', $message['member']['warning_status'], '.png" alt="', $txt['user_warn_' . $message['member']['warning_status']], '" />', $context['can_issue_warning'] ? '</a>' : '', '<span class="warn_', $message['member']['warning_status'], '">', $txt['warn_' . $message['member']['warning_status']], '</span></li>';
|
|
|
+ <li class="warning">', $context['can_issue_warning'] ? '<a href="' . $scripturl . '?action=profile;area=issuewarning;u=' . $message['member']['id'] . '">' : '', '<img src="', $settings['images_url'], '/warning_', $message['member']['warning_status'], '.png" alt="', $txt['user_warn_' . $message['member']['warning_status']], '">', $context['can_issue_warning'] ? '</a>' : '', '<span class="warn_', $message['member']['warning_status'], '">', $txt['warn_' . $message['member']['warning_status']], '</span></li>';
|
|
|
}
|
|
|
|
|
|
// Done with the information about the poster... on to the post itself.
|
|
@@ -426,11 +426,11 @@ function template_folder()
|
|
|
// If we're in the sent items, show who it was sent to besides the "To:" people.
|
|
|
if (!empty($message['recipients']['bcc']))
|
|
|
echo '
|
|
|
- <br /><span class="smalltext">« <strong> ', $txt['pm_bcc'], ':</strong> ', implode(', ', $message['recipients']['bcc']), ' »</span>';
|
|
|
+ <br><span class="smalltext">« <strong> ', $txt['pm_bcc'], ':</strong> ', implode(', ', $message['recipients']['bcc']), ' »</span>';
|
|
|
|
|
|
if (!empty($message['is_replied_to']))
|
|
|
echo '
|
|
|
- <br /><span class="smalltext">« ', $txt['pm_is_replied_to'], ' »</span>';
|
|
|
+ <br><span class="smalltext">« ', $txt['pm_is_replied_to'], ' »</span>';
|
|
|
|
|
|
echo '
|
|
|
</div>
|
|
@@ -461,7 +461,7 @@ function template_folder()
|
|
|
|
|
|
if (empty($context['display_mode']))
|
|
|
echo '
|
|
|
- <li class="inline_mod_check"><input type="checkbox" name="pms[]" id="deletedisplay', $message['id'], '" value="', $message['id'], '" onclick="document.getElementById(\'deletelisting', $message['id'], '\').checked = this.checked;" class="input_check" /></li>';
|
|
|
+ <li class="inline_mod_check"><input type="checkbox" name="pms[]" id="deletedisplay', $message['id'], '" value="', $message['id'], '" onclick="document.getElementById(\'deletelisting', $message['id'], '\').checked = this.checked;" class="input_check"></li>';
|
|
|
|
|
|
echo '
|
|
|
</ul>
|
|
@@ -533,7 +533,7 @@ function template_folder()
|
|
|
echo '
|
|
|
</select>
|
|
|
<noscript>
|
|
|
- <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" style="float: none" />
|
|
|
+ <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" style="float: none">
|
|
|
</noscript>';
|
|
|
}
|
|
|
echo '
|
|
@@ -553,7 +553,7 @@ function template_folder()
|
|
|
|
|
|
<div class="pagesection">
|
|
|
<div class="floatleft">', $context['page_index'], '</div>
|
|
|
- <div class="floatright"><input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" style="font-weight: normal;" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" /></div>
|
|
|
+ <div class="floatright"><input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" style="font-weight: normal;" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit"></div>
|
|
|
</div>';
|
|
|
|
|
|
// Show a few buttons if we are in conversation mode and outputting the first message.
|
|
@@ -570,18 +570,18 @@ function template_folder()
|
|
|
}
|
|
|
|
|
|
echo '
|
|
|
- <br />';
|
|
|
+ <br>';
|
|
|
}
|
|
|
|
|
|
// Individual messages = buttom list!
|
|
|
if ($context['display_mode'] == 1)
|
|
|
{
|
|
|
template_subject_list();
|
|
|
- echo '<br />';
|
|
|
+ echo '<br>';
|
|
|
}
|
|
|
|
|
|
echo '
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
</form>';
|
|
|
}
|
|
|
|
|
@@ -607,7 +607,7 @@ function template_subject_list()
|
|
|
<a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=name', $context['sort_by'] == 'name' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['to']), $context['sort_by'] == 'name' ? ' <span class="sort sort_' . $context['sort_direction'] . '"></span>' : '', '</a>
|
|
|
</th>
|
|
|
<th width="4%" class="centercol last_th">
|
|
|
- <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />
|
|
|
+ <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check">
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -643,9 +643,9 @@ function template_subject_list()
|
|
|
// ]]></script>
|
|
|
', $message['is_replied_to'] ? '<span class="pm_icons replied" title="' . $txt['pm_replied'] . '"></span>' : '<span class="pm_icons im_off" title="' . $txt['pm_read'] . '"></span>', '</td>
|
|
|
<td>', $message['time'], '</td>
|
|
|
- <td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.png" alt="*" />' : ''), '<a href="', ($context['display_mode'] == 0 || $context['current_pm'] == $message['id'] ? '' : ($scripturl . '?action=pm;pmid=' . $message['id'] . ';kstart;f=' . $context['folder'] . ';start=' . $context['start'] . ';sort=' . $context['sort_by'] . ($context['sort_direction'] == 'up' ? ';' : ';desc') . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''))), '#msg', $message['id'], '">', $message['subject'], $message['is_unread'] ? ' <span class="new_posts">' . $txt['new'] . '</span>' : '', '</a></td>
|
|
|
+ <td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.png" alt="*">' : ''), '<a href="', ($context['display_mode'] == 0 || $context['current_pm'] == $message['id'] ? '' : ($scripturl . '?action=pm;pmid=' . $message['id'] . ';kstart;f=' . $context['folder'] . ';start=' . $context['start'] . ';sort=' . $context['sort_by'] . ($context['sort_direction'] == 'up' ? ';' : ';desc') . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''))), '#msg', $message['id'], '">', $message['subject'], $message['is_unread'] ? ' <span class="new_posts">' . $txt['new'] . '</span>' : '', '</a></td>
|
|
|
<td>', ($context['from_or_to'] == 'from' ? $message['member']['link'] : (empty($message['recipients']['to']) ? '' : implode(', ', $message['recipients']['to']))), '</td>
|
|
|
- <td class="centercol" width="4%"><input type="checkbox" name="pms[]" id="deletelisting', $message['id'], '" value="', $message['id'], '"', $message['is_selected'] ? ' checked' : '', ' onclick="if (document.getElementById(\'deletedisplay', $message['id'], '\')) document.getElementById(\'deletedisplay', $message['id'], '\').checked = this.checked;" class="input_check" /></td>
|
|
|
+ <td class="centercol" width="4%"><input type="checkbox" name="pms[]" id="deletelisting', $message['id'], '" value="', $message['id'], '"', $message['is_selected'] ? ' checked' : '', ' onclick="if (document.getElementById(\'deletedisplay', $message['id'], '\')) document.getElementById(\'deletedisplay', $message['id'], '\').checked = this.checked;" class="input_check"></td>
|
|
|
</tr>';
|
|
|
$next_alternate = !$next_alternate;
|
|
|
}
|
|
@@ -688,12 +688,12 @@ function template_subject_list()
|
|
|
echo '
|
|
|
</select>
|
|
|
<noscript>
|
|
|
- <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" style="float: none" />
|
|
|
+ <input type="submit" value="', $txt['pm_apply'], '" class="button_submit" style="float: none">
|
|
|
</noscript>';
|
|
|
}
|
|
|
|
|
|
echo '
|
|
|
- <input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" style="float: none" />';
|
|
|
+ <input type="submit" name="del_selected" value="', $txt['quickmod_delete_selected'], '" onclick="if (!confirm(\'', $txt['delete_selected_confirm'], '\')) return false;" class="button_submit" style="float: none">';
|
|
|
}
|
|
|
|
|
|
echo '
|
|
@@ -715,7 +715,7 @@ function template_search()
|
|
|
{
|
|
|
echo '
|
|
|
<div class="errorbox">
|
|
|
- ', implode('<br />', $context['search_errors']['messages']), '
|
|
|
+ ', implode('<br>', $context['search_errors']['messages']), '
|
|
|
</div>';
|
|
|
}
|
|
|
|
|
@@ -726,11 +726,11 @@ function template_search()
|
|
|
<div class="roundframe">
|
|
|
<div id="search_term_input">
|
|
|
<strong>', $txt['pm_search_text'], ':</strong>
|
|
|
- <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
|
|
|
- <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit" />
|
|
|
+ <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text">
|
|
|
+ <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit">
|
|
|
</div>
|
|
|
<a href="', $scripturl, '?action=pm;sa=search;advanced" onclick="this.href += \';search=\' + escape(document.forms.searchform.search.value);">', $txt['pm_search_advanced'], '</a>
|
|
|
- <input type="hidden" name="advanced" value="0" />
|
|
|
+ <input type="hidden" name="advanced" value="0">
|
|
|
</div>
|
|
|
</fieldset>';
|
|
|
}
|
|
@@ -741,10 +741,10 @@ function template_search()
|
|
|
echo '
|
|
|
<fieldset id="advanced_search">
|
|
|
<div class="roundframe">
|
|
|
- <input type="hidden" name="advanced" value="1" />
|
|
|
+ <input type="hidden" name="advanced" value="1">
|
|
|
<span class="enhanced">
|
|
|
<strong>', $txt['pm_search_text'], ':</strong>
|
|
|
- <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text" />
|
|
|
+ <input type="text" name="search"', !empty($context['search_params']['search']) ? ' value="' . $context['search_params']['search'] . '"' : '', ' size="40" class="input_text">
|
|
|
<script><!-- // --><![CDATA[
|
|
|
createEventListener(window);
|
|
|
window.addEventListener("load", initSearch, false);
|
|
@@ -756,7 +756,7 @@ function template_search()
|
|
|
</span>
|
|
|
<dl id="search_options">
|
|
|
<dt>', $txt['pm_search_user'], ':</dt>
|
|
|
- <dd><input type="text" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="40" class="input_text" /></dd>
|
|
|
+ <dd><input type="text" name="userspec" value="', empty($context['search_params']['userspec']) ? '*' : $context['search_params']['userspec'], '" size="40" class="input_text"></dd>
|
|
|
<dt>', $txt['pm_search_order'], ':</dt>
|
|
|
<dd>
|
|
|
<select name="sort">
|
|
@@ -767,17 +767,17 @@ function template_search()
|
|
|
</dd>
|
|
|
<dt class="options">', $txt['pm_search_options'], ':</dt>
|
|
|
<dd class="options">
|
|
|
- <label for="show_complete"><input type="checkbox" name="show_complete" id="show_complete" value="1"', !empty($context['search_params']['show_complete']) ? ' checked' : '', ' class="input_check" /> ', $txt['pm_search_show_complete'], '</label><br />
|
|
|
- <label for="subject_only"><input type="checkbox" name="subject_only" id="subject_only" value="1"', !empty($context['search_params']['subject_only']) ? ' checked' : '', ' class="input_check" /> ', $txt['pm_search_subject_only'], '</label>
|
|
|
+ <label for="show_complete"><input type="checkbox" name="show_complete" id="show_complete" value="1"', !empty($context['search_params']['show_complete']) ? ' checked' : '', ' class="input_check"> ', $txt['pm_search_show_complete'], '</label><br>
|
|
|
+ <label for="subject_only"><input type="checkbox" name="subject_only" id="subject_only" value="1"', !empty($context['search_params']['subject_only']) ? ' checked' : '', ' class="input_check"> ', $txt['pm_search_subject_only'], '</label>
|
|
|
</dd>
|
|
|
<dt class="between">', $txt['pm_search_post_age'], ':</dt>
|
|
|
- <dd>', $txt['pm_search_between'], ' <input type="text" name="minage" value="', empty($context['search_params']['minage']) ? '0' : $context['search_params']['minage'], '" size="5" maxlength="5" class="input_text" /> ', $txt['pm_search_between_and'], ' <input type="text" name="maxage" value="', empty($context['search_params']['maxage']) ? '9999' : $context['search_params']['maxage'], '" size="5" maxlength="5" class="input_text" /> ', $txt['pm_search_between_days'], '</dd>
|
|
|
+ <dd>', $txt['pm_search_between'], ' <input type="text" name="minage" value="', empty($context['search_params']['minage']) ? '0' : $context['search_params']['minage'], '" size="5" maxlength="5" class="input_text"> ', $txt['pm_search_between_and'], ' <input type="text" name="maxage" value="', empty($context['search_params']['maxage']) ? '9999' : $context['search_params']['maxage'], '" size="5" maxlength="5" class="input_text"> ', $txt['pm_search_between_days'], '</dd>
|
|
|
</dl>';
|
|
|
if (!$context['currently_using_labels'])
|
|
|
echo '
|
|
|
- <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit" />';
|
|
|
+ <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit">';
|
|
|
echo '
|
|
|
- <br class="clear_right" />
|
|
|
+ <br class="clear_right">
|
|
|
</div>
|
|
|
</fieldset>';
|
|
|
|
|
@@ -798,7 +798,7 @@ function template_search()
|
|
|
foreach ($context['search_labels'] as $label)
|
|
|
echo '
|
|
|
<li>
|
|
|
- <label for="searchlabel_', $label['id'], '"><input type="checkbox" id="searchlabel_', $label['id'], '" name="searchlabel[', $label['id'], ']" value="', $label['id'], '"', $label['checked'] ? ' checked' : '', ' class="input_check" />
|
|
|
+ <label for="searchlabel_', $label['id'], '"><input type="checkbox" id="searchlabel_', $label['id'], '" name="searchlabel[', $label['id'], ']" value="', $label['id'], '"', $label['checked'] ? ' checked' : '', ' class="input_check">
|
|
|
', $label['name'], '</label>
|
|
|
</li>';
|
|
|
|
|
@@ -806,10 +806,10 @@ function template_search()
|
|
|
</ul>
|
|
|
</div>
|
|
|
<p>
|
|
|
- <span class="floatleft"><input type="checkbox" name="all" id="check_all" value=""', $context['check_all'] ? ' checked' : '', ' onclick="invertAll(this, this.form, \'searchlabel\');" class="input_check" /><em> <label for="check_all">', $txt['check_all'], '</label></em></span>
|
|
|
- <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit" />
|
|
|
+ <span class="floatleft"><input type="checkbox" name="all" id="check_all" value=""', $context['check_all'] ? ' checked' : '', ' onclick="invertAll(this, this.form, \'searchlabel\');" class="input_check"><em> <label for="check_all">', $txt['check_all'], '</label></em></span>
|
|
|
+ <input type="submit" name="pm_search" value="', $txt['pm_search_go'], '" class="button_submit">
|
|
|
</p>
|
|
|
- <br class="clear_right" />
|
|
|
+ <br class="clear_right">
|
|
|
</div>
|
|
|
</fieldset>';
|
|
|
|
|
@@ -975,14 +975,14 @@ function template_send()
|
|
|
<div class="content">';
|
|
|
if (!empty($context['send_log']['sent']))
|
|
|
foreach ($context['send_log']['sent'] as $log_entry)
|
|
|
- echo '<span class="error">', $log_entry, '</span><br />';
|
|
|
+ echo '<span class="error">', $log_entry, '</span><br>';
|
|
|
if (!empty($context['send_log']['failed']))
|
|
|
foreach ($context['send_log']['failed'] as $log_entry)
|
|
|
- echo '<span class="error">', $log_entry, '</span><br />';
|
|
|
+ echo '<span class="error">', $log_entry, '</span><br>';
|
|
|
echo '
|
|
|
</div>
|
|
|
</div>
|
|
|
- <br />';
|
|
|
+ <br>';
|
|
|
}
|
|
|
|
|
|
// Show the preview of the personal message.
|
|
@@ -996,7 +996,7 @@ function template_send()
|
|
|
<div class="windowbg">
|
|
|
<div class="content">
|
|
|
<div class="post" id="preview_body">
|
|
|
- ', empty($context['preview_message']) ? '<br />' : $context['preview_message'], '
|
|
|
+ ', empty($context['preview_message']) ? '<br>' : $context['preview_message'], '
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1014,7 +1014,7 @@ function template_send()
|
|
|
<form action="', $scripturl, '?action=pm;sa=send2" method="post" accept-charset="', $context['character_set'], '" name="postmodify" id="postmodify" class="flow_hidden" onsubmit="submitonce(this);smc_saveEntities(\'postmodify\', [\'subject\', \'message\']);">
|
|
|
<div>
|
|
|
<div class="roundframe">
|
|
|
- <br class="clear" />';
|
|
|
+ <br class="clear">';
|
|
|
|
|
|
// If there were errors for sending the PM, show them.
|
|
|
echo '
|
|
@@ -1024,7 +1024,7 @@ function template_send()
|
|
|
<strong id="error_serious">', $txt['error_while_submitting'] , '</strong>
|
|
|
</dt>
|
|
|
<dd class="error" id="error_list">
|
|
|
- ', empty($context['post_error']['messages']) ? '' : implode('<br />', $context['post_error']['messages']), '
|
|
|
+ ', empty($context['post_error']['messages']) ? '' : implode('<br>', $context['post_error']['messages']), '
|
|
|
</dd>
|
|
|
</dl>
|
|
|
</div>';
|
|
@@ -1048,7 +1048,7 @@ function template_send()
|
|
|
// Autosuggest will be added by the JavaScript later on.
|
|
|
echo '
|
|
|
<dd id="pm_to" class="clear_right">
|
|
|
- <input type="text" name="to" id="to_control" value="', $context['to_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />';
|
|
|
+ <input type="text" name="to" id="to_control" value="', $context['to_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text">';
|
|
|
|
|
|
// A link to add BCC, only visible with JavaScript enabled.
|
|
|
echo '
|
|
@@ -1067,7 +1067,7 @@ function template_send()
|
|
|
<span', (isset($context['post_error']['no_to']) || isset($context['post_error']['bad_bcc']) ? ' class="error"' : ''), ' id="caption_bbc">', $txt['pm_bcc'], ':</span>
|
|
|
</dt>
|
|
|
<dd id="bcc_div2">
|
|
|
- <input type="text" name="bcc" id="bcc_control" value="', $context['bcc_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text" />
|
|
|
+ <input type="text" name="bcc" id="bcc_control" value="', $context['bcc_value'], '" tabindex="', $context['tabindex']++, '" size="40" style="width: 130px;" class="input_text">
|
|
|
<div id="bcc_item_list_container"></div>
|
|
|
</dd>';
|
|
|
|
|
@@ -1079,7 +1079,7 @@ function template_send()
|
|
|
<dd id="pm_subject">
|
|
|
<input type="text" name="subject" value="', $context['subject'], '" tabindex="', $context['tabindex']++, '" size="80" maxlength="80"',isset($context['post_error']['no_subject']) ? ' class="error"' : ' class="input_text"', '/>
|
|
|
</dd>
|
|
|
- </dl><hr class="clear" />';
|
|
|
+ </dl><hr class="clear">';
|
|
|
|
|
|
// Showing BBC?
|
|
|
if ($context['show_bbc'])
|
|
@@ -1109,17 +1109,17 @@ function template_send()
|
|
|
|
|
|
// Send, Preview, spellcheck buttons.
|
|
|
echo '
|
|
|
- <hr class="hrcolor" />
|
|
|
+ <hr class="hrcolor">
|
|
|
<span id="post_confirm_strip" class="righttext">
|
|
|
', template_control_richedit_buttons($context['post_box_name']), '
|
|
|
</span>
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
- <input type="hidden" name="seqnum" value="', $context['form_sequence_number'], '" />
|
|
|
- <input type="hidden" name="replied_to" value="', !empty($context['quoted_message']['id']) ? $context['quoted_message']['id'] : 0, '" />
|
|
|
- <input type="hidden" name="pm_head" value="', !empty($context['quoted_message']['pm_head']) ? $context['quoted_message']['pm_head'] : 0, '" />
|
|
|
- <input type="hidden" name="f" value="', isset($context['folder']) ? $context['folder'] : '', '" />
|
|
|
- <input type="hidden" name="l" value="', isset($context['current_label_id']) ? $context['current_label_id'] : -1, '" />
|
|
|
- <br class="clear_right" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
+ <input type="hidden" name="seqnum" value="', $context['form_sequence_number'], '">
|
|
|
+ <input type="hidden" name="replied_to" value="', !empty($context['quoted_message']['id']) ? $context['quoted_message']['id'] : 0, '">
|
|
|
+ <input type="hidden" name="pm_head" value="', !empty($context['quoted_message']['pm_head']) ? $context['quoted_message']['pm_head'] : 0, '">
|
|
|
+ <input type="hidden" name="f" value="', isset($context['folder']) ? $context['folder'] : '', '">
|
|
|
+ <input type="hidden" name="l" value="', isset($context['current_label_id']) ? $context['current_label_id'] : -1, '">
|
|
|
+ <br class="clear_right">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>';
|
|
@@ -1128,7 +1128,7 @@ function template_send()
|
|
|
if (!empty($context['drafts_pm_save']) && !empty($context['drafts']) && !empty($options['drafts_show_saved_enabled']))
|
|
|
{
|
|
|
echo '
|
|
|
- <br />
|
|
|
+ <br>
|
|
|
<div id="postDraftOptionsHeader" class="title_bar">
|
|
|
<h4 class="titlebg">
|
|
|
<span id="postDraftExpand" class="toggle_up floatright" style="display: none;"></span> <strong><a href="#" id="postDraftExpandLink">', $txt['draft_load'], '</a></strong>
|
|
@@ -1235,7 +1235,7 @@ function template_send()
|
|
|
for (var i = 0, numErrors = errors.getElementsByTagName(\'error\').length; i < numErrors; i++)
|
|
|
errorList[errorList.length] = errors.getElementsByTagName(\'error\')[i].firstChild.nodeValue;
|
|
|
document.getElementById(\'errors\').style.display = numErrors == 0 ? \'none\' : \'\';
|
|
|
- setInnerHTML(document.getElementById(\'error_list\'), numErrors == 0 ? \'\' : errorList.join(\'<br />\'));
|
|
|
+ setInnerHTML(document.getElementById(\'error_list\'), numErrors == 0 ? \'\' : errorList.join(\'<br>\'));
|
|
|
|
|
|
// Adjust the color of captions if the given data is erroneous.
|
|
|
var captions = errors.getElementsByTagName(\'caption\');
|
|
@@ -1286,8 +1286,8 @@ function template_send()
|
|
|
// Show the message you're replying to.
|
|
|
if ($context['reply'])
|
|
|
echo '
|
|
|
- <br />
|
|
|
- <br />
|
|
|
+ <br>
|
|
|
+ <br>
|
|
|
<div class="cat_bar">
|
|
|
<h3 class="catbg">', $txt['subject'], ': ', $context['quoted_message']['subject'], '</h3>
|
|
|
</div>
|
|
@@ -1297,10 +1297,10 @@ function template_send()
|
|
|
<span class="smalltext floatright">', $txt['on'], ': ', $context['quoted_message']['time'], '</span>
|
|
|
<strong>', $txt['from'], ': ', $context['quoted_message']['member']['name'], '</strong>
|
|
|
</div>
|
|
|
- <hr />
|
|
|
+ <hr>
|
|
|
', $context['quoted_message']['body'], '
|
|
|
</div>
|
|
|
- </div><br class="clear" />';
|
|
|
+ </div><br class="clear">';
|
|
|
|
|
|
echo '
|
|
|
<script src="', $settings['default_theme_url'], '/scripts/PersonalMessage.js?alp21"></script>
|
|
@@ -1359,7 +1359,7 @@ function template_ask_delete()
|
|
|
</div>
|
|
|
<div class="windowbg">
|
|
|
<div class="content">
|
|
|
- <p>', $txt['delete_all_confirm'], '</p><br />
|
|
|
+ <p>', $txt['delete_all_confirm'], '</p><br>
|
|
|
<strong><a href="', $scripturl, '?action=pm;sa=removeall2;f=', $context['folder'], ';', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', ';', $context['session_var'], '=', $context['session_id'], '">', $txt['yes'], '</a> - <a href="javascript:history.go(-1);">', $txt['no'], '</a></strong>
|
|
|
</div>
|
|
|
</div>';
|
|
@@ -1377,11 +1377,11 @@ function template_prune()
|
|
|
</div>
|
|
|
<div class="windowbg">
|
|
|
<div class="content">
|
|
|
- <p>', $txt['pm_prune_desc1'], ' <input type="text" name="age" size="3" value="14" class="input_text" /> ', $txt['pm_prune_desc2'], '</p>
|
|
|
- <input type="submit" value="', $txt['delete'], '" class="button_submit" />
|
|
|
+ <p>', $txt['pm_prune_desc1'], ' <input type="text" name="age" size="3" value="14" class="input_text"> ', $txt['pm_prune_desc2'], '</p>
|
|
|
+ <input type="submit" value="', $txt['delete'], '" class="button_submit">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
</form>';
|
|
|
}
|
|
|
|
|
@@ -1408,7 +1408,7 @@ function template_labels()
|
|
|
|
|
|
if (count($context['labels']) > 2)
|
|
|
echo '
|
|
|
- <input type="checkbox" class="input_check" onclick="invertAll(this, this.form);" />';
|
|
|
+ <input type="checkbox" class="input_check" onclick="invertAll(this, this.form);">';
|
|
|
|
|
|
echo '
|
|
|
</th>
|
|
@@ -1431,9 +1431,9 @@ function template_labels()
|
|
|
echo '
|
|
|
<tr class="', $alternate ? 'windowbg2' : 'windowbg', '">
|
|
|
<td>
|
|
|
- <input type="text" name="label_name[', $label['id'], ']" value="', $label['name'], '" size="30" maxlength="30" class="input_text" />
|
|
|
+ <input type="text" name="label_name[', $label['id'], ']" value="', $label['name'], '" size="30" maxlength="30" class="input_text">
|
|
|
</td>
|
|
|
- <td width="4%" align="center"><input type="checkbox" class="input_check" name="delete_label[', $label['id'], ']" /></td>
|
|
|
+ <td width="4%" align="center"><input type="checkbox" class="input_check" name="delete_label[', $label['id'], ']"></td>
|
|
|
</tr>';
|
|
|
|
|
|
$alternate = !$alternate;
|
|
@@ -1446,14 +1446,14 @@ function template_labels()
|
|
|
if (!count($context['labels']) < 2)
|
|
|
echo '
|
|
|
<div class="padding">
|
|
|
- <input type="submit" name="save" value="', $txt['save'], '" class="button_submit" />
|
|
|
- <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" onclick="return confirm(\'', $txt['pm_labels_delete'], '\');" class="button_submit" />
|
|
|
+ <input type="submit" name="save" value="', $txt['save'], '" class="button_submit">
|
|
|
+ <input type="submit" name="delete" value="', $txt['quickmod_delete_selected'], '" onclick="return confirm(\'', $txt['pm_labels_delete'], '\');" class="button_submit">
|
|
|
</div>';
|
|
|
|
|
|
echo '
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
</form>
|
|
|
- <br class="clear" />
|
|
|
+ <br class="clear">
|
|
|
<form action="', $scripturl, '?action=pm;sa=manlabels" method="post" accept-charset="', $context['character_set'], '" style="margin-top: 1ex;">
|
|
|
<div class="cat_bar">
|
|
|
<h3 class="catbg">', $txt['pm_label_add_new'], '</h3>
|
|
@@ -1465,14 +1465,14 @@ function template_labels()
|
|
|
<strong><label for="add_label">', $txt['pm_label_name'], '</label>:</strong>
|
|
|
</dt>
|
|
|
<dd>
|
|
|
- <input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text" />
|
|
|
+ <input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text">
|
|
|
</dd>
|
|
|
</dl>
|
|
|
- <input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit" />
|
|
|
+ <input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
- </form><br />';
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
+ </form><br>';
|
|
|
}
|
|
|
|
|
|
// Template for reporting a personal message.
|
|
@@ -1482,7 +1482,7 @@ function template_report_message()
|
|
|
|
|
|
echo '
|
|
|
<form action="', $scripturl, '?action=pm;sa=report;l=', $context['current_label_id'], '" method="post" accept-charset="', $context['character_set'], '">
|
|
|
- <input type="hidden" name="pmsg" value="', $context['pm_id'], '" />
|
|
|
+ <input type="hidden" name="pmsg" value="', $context['pm_id'], '">
|
|
|
<div class="cat_bar">
|
|
|
<h3 class="catbg">', $txt['pm_report_title'], '</h3>
|
|
|
</div>
|
|
@@ -1521,11 +1521,11 @@ function template_report_message()
|
|
|
</dd>
|
|
|
</dl>
|
|
|
<div class="righttext">
|
|
|
- <input type="submit" name="report" value="', $txt['pm_report_message'], '" class="button_submit" />
|
|
|
+ <input type="submit" name="report" value="', $txt['pm_report_message'], '" class="button_submit">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
</form>';
|
|
|
}
|
|
|
|
|
@@ -1569,7 +1569,7 @@ function template_rules()
|
|
|
|
|
|
if (!empty($context['rules']))
|
|
|
echo '
|
|
|
- <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />';
|
|
|
+ <input type="checkbox" onclick="invertAll(this, this.form);" class="input_check">';
|
|
|
|
|
|
echo '
|
|
|
</th>
|
|
@@ -1594,7 +1594,7 @@ function template_rules()
|
|
|
<a href="', $scripturl, '?action=pm;sa=manrules;add;rid=', $rule['id'], '">', $rule['name'], '</a>
|
|
|
</td>
|
|
|
<td width="4%" align="center">
|
|
|
- <input type="checkbox" name="delrule[', $rule['id'], ']" class="input_check" />
|
|
|
+ <input type="checkbox" name="delrule[', $rule['id'], ']" class="input_check">
|
|
|
</td>
|
|
|
</tr>';
|
|
|
$alternate = !$alternate;
|
|
@@ -1612,8 +1612,8 @@ function template_rules()
|
|
|
|
|
|
if (!empty($context['rules']))
|
|
|
echo '
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
- <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" onclick="return confirm(\'', $txt['pm_js_delete_rule_confirm'], '\');" class="button_submit smalltext" />';
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
+ <input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" onclick="return confirm(\'', $txt['pm_js_delete_rule_confirm'], '\');" class="button_submit smalltext">';
|
|
|
|
|
|
echo '
|
|
|
</div>
|
|
@@ -1653,7 +1653,7 @@ function template_add_rule()
|
|
|
}
|
|
|
criteriaNum++
|
|
|
|
|
|
- setOuterHTML(document.getElementById("criteriaAddHere"), \'<br /><select name="ruletype[\' + criteriaNum + \']" id="ruletype\' + criteriaNum + \'" onchange="updateRuleDef(\' + criteriaNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_criteria_pick']), ':<\' + \'/option><option value="mid">', addslashes($txt['pm_rule_mid']), '<\' + \'/option><option value="gid">', addslashes($txt['pm_rule_gid']), '<\' + \'/option><option value="sub">', addslashes($txt['pm_rule_sub']), '<\' + \'/option><option value="msg">', addslashes($txt['pm_rule_msg']), '<\' + \'/option><option value="bud">', addslashes($txt['pm_rule_bud']), '<\' + \'/option><\' + \'/select> <span id="defdiv\' + criteriaNum + \'" style="display: none;"><input type="text" name="ruledef[\' + criteriaNum + \']" id="ruledef\' + criteriaNum + \'" onkeyup="rebuildRuleDesc();" value="" class="input_text" /><\' + \'/span><span id="defseldiv\' + criteriaNum + \'" style="display: none;"><select name="ruledefgroup[\' + criteriaNum + \']" id="ruledefgroup\' + criteriaNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_group']), '<\' + \'/option>';
|
|
|
+ setOuterHTML(document.getElementById("criteriaAddHere"), \'<br><select name="ruletype[\' + criteriaNum + \']" id="ruletype\' + criteriaNum + \'" onchange="updateRuleDef(\' + criteriaNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_criteria_pick']), ':<\' + \'/option><option value="mid">', addslashes($txt['pm_rule_mid']), '<\' + \'/option><option value="gid">', addslashes($txt['pm_rule_gid']), '<\' + \'/option><option value="sub">', addslashes($txt['pm_rule_sub']), '<\' + \'/option><option value="msg">', addslashes($txt['pm_rule_msg']), '<\' + \'/option><option value="bud">', addslashes($txt['pm_rule_bud']), '<\' + \'/option><\' + \'/select> <span id="defdiv\' + criteriaNum + \'" style="display: none;"><input type="text" name="ruledef[\' + criteriaNum + \']" id="ruledef\' + criteriaNum + \'" onkeyup="rebuildRuleDesc();" value="" class="input_text"><\' + \'/span><span id="defseldiv\' + criteriaNum + \'" style="display: none;"><select name="ruledefgroup[\' + criteriaNum + \']" id="ruledefgroup\' + criteriaNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_group']), '<\' + \'/option>';
|
|
|
|
|
|
foreach ($context['groups'] as $id => $group)
|
|
|
echo '<option value="', $id, '">', strtr($group, array("'" => "\'")), '<\' + \'/option>';
|
|
@@ -1671,7 +1671,7 @@ function template_add_rule()
|
|
|
}
|
|
|
actionNum++
|
|
|
|
|
|
- setOuterHTML(document.getElementById("actionAddHere"), \'<br /><select name="acttype[\' + actionNum + \']" id="acttype\' + actionNum + \'" onchange="updateActionDef(\' + actionNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_action']), ':<\' + \'/option><option value="lab">', addslashes($txt['pm_rule_label']), '<\' + \'/option><option value="del">', addslashes($txt['pm_rule_delete']), '<\' + \'/option><\' + \'/select> <span id="labdiv\' + actionNum + \'" style="display: none;"><select name="labdef[\' + actionNum + \']" id="labdef\' + actionNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_label']), '<\' + \'/option>';
|
|
|
+ setOuterHTML(document.getElementById("actionAddHere"), \'<br><select name="acttype[\' + actionNum + \']" id="acttype\' + actionNum + \'" onchange="updateActionDef(\' + actionNum + \'); rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_action']), ':<\' + \'/option><option value="lab">', addslashes($txt['pm_rule_label']), '<\' + \'/option><option value="del">', addslashes($txt['pm_rule_delete']), '<\' + \'/option><\' + \'/select> <span id="labdiv\' + actionNum + \'" style="display: none;"><select name="labdef[\' + actionNum + \']" id="labdef\' + actionNum + \'" onchange="rebuildRuleDesc();"><option value="">', addslashes($txt['pm_rule_sel_label']), '<\' + \'/option>';
|
|
|
|
|
|
foreach ($context['labels'] as $label)
|
|
|
if ($label['id'] != -1)
|
|
@@ -1773,11 +1773,11 @@ function template_add_rule()
|
|
|
<div class="content">
|
|
|
<dl class="addrules">
|
|
|
<dt class="floatleft">
|
|
|
- <strong>', $txt['pm_rule_name'], ':</strong><br />
|
|
|
+ <strong>', $txt['pm_rule_name'], ':</strong><br>
|
|
|
<span class="smalltext">', $txt['pm_rule_name_desc'], '</span>
|
|
|
</dt>
|
|
|
<dd class="floatleft">
|
|
|
- <input type="text" name="rule_name" value="', empty($context['rule']['name']) ? $txt['pm_rule_name_default'] : $context['rule']['name'], '" size="50" class="input_text" />
|
|
|
+ <input type="text" name="rule_name" value="', empty($context['rule']['name']) ? $txt['pm_rule_name_default'] : $context['rule']['name'], '" size="50" class="input_text">
|
|
|
</dd>
|
|
|
</dl>
|
|
|
<fieldset>
|
|
@@ -1793,7 +1793,7 @@ function template_add_rule()
|
|
|
if (!$isFirst && $criteria['t'] == '')
|
|
|
echo '<div id="removeonjs1">';
|
|
|
elseif (!$isFirst)
|
|
|
- echo '<br />';
|
|
|
+ echo '<br>';
|
|
|
|
|
|
echo '
|
|
|
<select name="ruletype[', $k, ']" id="ruletype', $k, '" onchange="updateRuleDef(', $k, '); rebuildRuleDesc();">
|
|
@@ -1806,7 +1806,7 @@ function template_add_rule()
|
|
|
echo '
|
|
|
</select>
|
|
|
<span id="defdiv', $k, '" ', !in_array($criteria['t'], array('gid', 'bud')) ? '' : 'style="display: none;"', '>
|
|
|
- <input type="text" name="ruledef[', $k, ']" id="ruledef', $k, '" onkeyup="rebuildRuleDesc();" value="', in_array($criteria['t'], array('mid', 'sub', 'msg')) ? $criteria['v'] : '', '" class="input_text" />
|
|
|
+ <input type="text" name="ruledef[', $k, ']" id="ruledef', $k, '" onkeyup="rebuildRuleDesc();" value="', in_array($criteria['t'], array('mid', 'sub', 'msg')) ? $criteria['v'] : '', '" class="input_text">
|
|
|
</span>
|
|
|
<span id="defseldiv', $k, '" ', $criteria['t'] == 'gid' ? '' : 'style="display: none;"', '>
|
|
|
<select name="ruledefgroup[', $k, ']" id="ruledefgroup', $k, '" onchange="rebuildRuleDesc();">
|
|
@@ -1827,9 +1827,9 @@ function template_add_rule()
|
|
|
}
|
|
|
|
|
|
echo '
|
|
|
- <span id="criteriaAddHere"></span><br />
|
|
|
+ <span id="criteriaAddHere"></span><br>
|
|
|
<a href="#" onclick="addCriteriaOption(); return false;" id="addonjs1" style="display: none;">(', $txt['pm_rule_criteria_add'], ')</a>
|
|
|
- <br /><br />
|
|
|
+ <br><br>
|
|
|
', $txt['pm_rule_logic'], ':
|
|
|
<select name="rule_logic" id="logic" onchange="rebuildRuleDesc();">
|
|
|
<option value="and"', $context['rule']['logic'] == 'and' ? ' selected' : '', '>', $txt['pm_rule_logic_and'], '</option>
|
|
@@ -1849,7 +1849,7 @@ function template_add_rule()
|
|
|
if (!$isFirst && $action['t'] == '')
|
|
|
echo '<div id="removeonjs2">';
|
|
|
elseif (!$isFirst)
|
|
|
- echo '<br />';
|
|
|
+ echo '<br>';
|
|
|
|
|
|
echo '
|
|
|
<select name="acttype[', $k, ']" id="acttype', $k, '" onchange="updateActionDef(', $k, '); rebuildRuleDesc();">
|
|
@@ -1877,7 +1877,7 @@ function template_add_rule()
|
|
|
}
|
|
|
|
|
|
echo '
|
|
|
- <span id="actionAddHere"></span><br />
|
|
|
+ <span id="actionAddHere"></span><br>
|
|
|
<a href="#" onclick="addActionOption(); return false;" id="addonjs2" style="display: none;">(', $txt['pm_rule_add_action'], ')</a>
|
|
|
</fieldset>
|
|
|
</div>
|
|
@@ -1888,8 +1888,8 @@ function template_add_rule()
|
|
|
<div id="ruletext">', $txt['pm_rule_js_disabled'], '</div>
|
|
|
</div>
|
|
|
<div class="righttext">
|
|
|
- <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
|
|
|
- <input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit" />
|
|
|
+ <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '">
|
|
|
+ <input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>';
|
|
@@ -1964,8 +1964,8 @@ function template_showPMDrafts()
|
|
|
|
|
|
echo '
|
|
|
</h5>
|
|
|
- <span class="smalltext">« <strong>', $txt['draft_saved_on'], ':</strong> ', sprintf($txt['draft_days_ago'], $draft['age']), (!empty($draft['remaining']) ? ', ' . sprintf($txt['draft_retain'], $draft['remaining']) : ''), '»</span><br />
|
|
|
- <span class="smalltext">« <strong>', $txt['to'], ':</strong> ', implode(', ', $draft['recipients']['to']), ' »</span><br />
|
|
|
+ <span class="smalltext">« <strong>', $txt['draft_saved_on'], ':</strong> ', sprintf($txt['draft_days_ago'], $draft['age']), (!empty($draft['remaining']) ? ', ' . sprintf($txt['draft_retain'], $draft['remaining']) : ''), '»</span><br>
|
|
|
+ <span class="smalltext">« <strong>', $txt['to'], ':</strong> ', implode(', ', $draft['recipients']['to']), ' »</span><br>
|
|
|
<span class="smalltext">« <strong>', $txt['pm_bcc'], ':</strong> ', implode(', ', $draft['recipients']['bcc']), ' »</span>
|
|
|
</div>
|
|
|
<div class="list_posts">
|