summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:39 +0000
commit83fb1a276df08d0bba446eb9d945f0d5bdd90aea (patch)
tree3d445aa9347e220f273173fd1d47a695608d5aa4 /templates
parent5a11c5220d2238a205d40dec913d967eabbcef0c (diff)
downloadnewsletters-83fb1a276df08d0bba446eb9d945f0d5bdd90aea.tar.gz
newsletters-83fb1a276df08d0bba446eb9d945f0d5bdd90aea.tar.bz2
newsletters-83fb1a276df08d0bba446eb9d945f0d5bdd90aea.zip
more kernel_config renames
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_newsletter_subscriptions.tpl2
-rw-r--r--templates/edit_edition.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_newsletter_subscriptions.tpl b/templates/admin_newsletter_subscriptions.tpl
index 19c3602..d8a7518 100644
--- a/templates/admin_newsletter_subscriptions.tpl
+++ b/templates/admin_newsletter_subscriptions.tpl
@@ -93,7 +93,7 @@
{if $next_offset >= 0}
&nbsp;[<a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/admin_newsletter_subscriptions.php?nl_id={$nl_id}&amp;find={$find}&amp;offset={$next_offset}&amp;sort_mode={$sort_mode}">{tr}next{/tr}</a>]
{/if}
-{if $direct_pagination eq 'y'}
+{if $site_direct_pagination eq 'y'}
<br />
{section loop=$cant_pages name=foo}
{assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords}
diff --git a/templates/edit_edition.tpl b/templates/edit_edition.tpl
index cf37a08..0c77981 100644
--- a/templates/edit_edition.tpl
+++ b/templates/edit_edition.tpl
@@ -55,7 +55,7 @@
<div class="row">
{formlabel label="Reply-To" for="replyto"}
{forminput}
- <input type="text" maxlength="250" size="40" name="reply_to" id="replyto" value="{$pageInfo.reply_to|default:$gBitSystem->getConfig('sender_email',$smarty.server.SERVER_ADMIN)|escape:html}" />
+ <input type="text" maxlength="250" size="40" name="reply_to" id="replyto" value="{$pageInfo.reply_to|default:$gBitSystem->getConfig('site_sender_email',$smarty.server.SERVER_ADMIN)|escape:html}" />
{formhelp note="This is the email address to which any replies will be sent."}
{/forminput}
</div>