diff options
| author | Michael Jennings <mej@users.sourceforge.net> | 2006-02-08 18:32:11 +0000 |
|---|---|---|
| committer | Michael Jennings <mej@users.sourceforge.net> | 2006-02-08 18:32:11 +0000 |
| commit | 85a64eacf2f92f901049716c66c7233de8e71c44 (patch) | |
| tree | 20d64caa60f0e3bbaac636813a34870d6a8b6562 /templates/messages_mailbox.tpl | |
| parent | 51fb46efb5938bc20b447c84b3274f433e748caf (diff) | |
| download | messages-85a64eacf2f92f901049716c66c7233de8e71c44.tar.gz messages-85a64eacf2f92f901049716c66c7233de8e71c44.tar.bz2 messages-85a64eacf2f92f901049716c66c7233de8e71c44.zip | |
Wed Feb 8 13:30:46 2006 Michael Jennings (mej)
Convert messu to messages.
----------------------------------------------------------------------
Diffstat (limited to 'templates/messages_mailbox.tpl')
| -rw-r--r-- | templates/messages_mailbox.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/messages_mailbox.tpl b/templates/messages_mailbox.tpl index 53e1370..2bd23f3 100644 --- a/templates/messages_mailbox.tpl +++ b/templates/messages_mailbox.tpl @@ -16,14 +16,14 @@ <input type="hidden" name="flagval" value="{$flagval|escape}" /> <input type="hidden" name="priority" value="{$priority|escape}" /> - <a href="{$smarty.const.MESSU_PKG_URL}compose.php">{biticon ipackage=messu iname=send_mail iexplain="Compose Message" iforce=icon_text}</a> + <a href="{$smarty.const.MESSAGES_PKG_URL}compose.php">{biticon ipackage=messages iname=send_mail iexplain="Compose Message" iforce=icon_text}</a> {assign var=displayName value=$gBitSystem->getPreference("display_name","real_name") } <table class="data"> <caption>{tr}Messages{/tr}</caption> <tr> <th style="width:1%"> </th> - <th style="width:1%">{smartlink ititle="Flagged" isort=is_flagged ibiticon="messu/flagged" find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th> + <th style="width:1%">{smartlink ititle="Flagged" isort=is_flagged ibiticon="messages/flagged" find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th> <th>{smartlink ititle="From" isort=$displayName find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th> <th>{smartlink ititle="Subject" isort=subject find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th> <th>{smartlink ititle="Date" isort=date find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th> @@ -33,9 +33,9 @@ {section name=user loop=$items} <tr class="{cycle values="odd,even"} prio{$items[user].priority}{if $items[user].is_read eq 'n'} highlight{/if}"> <td><input type="checkbox" name="msg[{$items[user].msg_id}]" /></td> - <td>{if $items[user].is_flagged eq 'y'}{biticon ipackage=messu iname=flagged iexplain="Flagged"}{/if}</td> + <td>{if $items[user].is_flagged eq 'y'}{biticon ipackage=messages iname=flagged iexplain="Flagged"}{/if}</td> <td>{displayname hash=$items[user]}</td> - <td><a href="{$smarty.const.MESSU_PKG_URL}read.php?offset={$offset}&flag={$flag}&priority={$priority}&flagval={$flagval}&sort_mode={$sort_mode}&find={$find}&msg_id={$items[user].msg_id}">{$items[user].subject}</a></td> + <td><a href="{$smarty.const.MESSAGES_PKG_URL}read.php?offset={$offset}&flag={$flag}&priority={$priority}&flagval={$flagval}&sort_mode={$sort_mode}&find={$find}&msg_id={$items[user].msg_id}">{$items[user].subject}</a></td> <td style="text-align:right;">{$items[user].date|bit_short_datetime}</td> <td style="text-align:right;">{$items[user].len|kbsize}</td> </tr> |
