summaryrefslogtreecommitdiff
path: root/templates/messages_read.tpl
diff options
context:
space:
mode:
authorMichael Jennings <mej@users.sourceforge.net>2006-02-08 18:32:11 +0000
committerMichael Jennings <mej@users.sourceforge.net>2006-02-08 18:32:11 +0000
commit85a64eacf2f92f901049716c66c7233de8e71c44 (patch)
tree20d64caa60f0e3bbaac636813a34870d6a8b6562 /templates/messages_read.tpl
parent51fb46efb5938bc20b447c84b3274f433e748caf (diff)
downloadmessages-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_read.tpl')
-rw-r--r--templates/messages_read.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/messages_read.tpl b/templates/messages_read.tpl
index 5418694..cdcf0f3 100644
--- a/templates/messages_read.tpl
+++ b/templates/messages_read.tpl
@@ -17,7 +17,7 @@
<div class="navbar">
<ul>
{if $msg.is_flagged eq 'y'}
- <li>{biticon ipackage=messu iname=flagged iexplain=Flagged} {smartlink ititle="Unflag Message" offset=$offset act=is_flagged actval=n msg_id=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
+ <li>{biticon ipackage=messages iname=flagged iexplain=Flagged} {smartlink ititle="Unflag Message" offset=$offset act=is_flagged actval=n msg_id=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
{else}
<li>{smartlink ititle="Flag Message" offset=$offset act=is_flagged actval=y msg_id=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
{/if}
@@ -30,7 +30,7 @@
{if $legend}
{$legend}
{else}
- {form legend="Message" ipackage=messu ifile='compose.php'}
+ {form legend="Message" ipackage=messages ifile='compose.php'}
<div class="row">
{formlabel label="Date"}
{forminput}
@@ -106,7 +106,7 @@
{*
<table class="panel">
<tr class="panelsubmitrow"><td>
- <form method="post" action="{$smarty.const.MESSU_PKG_URL}read.php">
+ <form method="post" action="{$smarty.const.MESSAGES_PKG_URL}read.php">
<input type="hidden" name="offset" value="{$offset}" />
<input type="hidden" name="find" value="{$find|escape}" />
<input type="hidden" name="sort_mode" value="{$sort_mode}" />
@@ -125,7 +125,7 @@
</form>
</td>
<td>
- <form method="post" action="{$smarty.const.MESSU_PKG_URL}compose.php">
+ <form method="post" action="{$smarty.const.MESSAGES_PKG_URL}compose.php">
<input type="hidden" name="offset" value="{$offset}" />
<input type="hidden" name="msg_id" value="{$msg_id}" />
<input type="hidden" name="find" value="{$find|escape}" />
@@ -140,7 +140,7 @@
</form>
</td>
<td>
- <form method="post" action="{$smarty.const.MESSU_PKG_URL}compose.php">
+ <form method="post" action="{$smarty.const.MESSAGES_PKG_URL}compose.php">
<input type="hidden" name="offset" value="{$offset}" />
<input type="hidden" name="find" value="{$find|escape}" />
<input type="hidden" name="msg_id" value="{$msg_id}" />