summaryrefslogtreecommitdiff
path: root/templates/edit_article.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_article.tpl')
-rw-r--r--templates/edit_article.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/edit_article.tpl b/templates/edit_article.tpl
index cf591b7..7c82cc1 100644
--- a/templates/edit_article.tpl
+++ b/templates/edit_article.tpl
@@ -161,8 +161,8 @@
{formlabel label="Publish Date" for=""}
{forminput}
{html_select_date prefix="publish_" time=$gContent->mInfo.publish_date start_year="-5" end_year="+10"} {tr}at{/tr} 
- <span dir="ltr">{html_select_time prefix="publish_" time=$publish_dateSite display_seconds=false}&nbsp;{$siteTimeZone}</span>
- {formhelp note=""}
+ <span dir="ltr">{html_select_time prefix="publish_" time=$gContent->mInfo.publish_date display_seconds=false}&nbsp;{$siteTimeZone}</span>
+ {formhelp note="If the article type allows it, this article will not be displayed <strong>before</strong> this date."}
{/forminput}
</div>
@@ -171,8 +171,8 @@
{formlabel label="Expiration Date" for=""}
{forminput}
{html_select_date prefix="expire_" time=$gContent->mInfo.expire_date start_year="-5" end_year="+10"} {tr}at{/tr}&nbsp;
- <span dir="ltr">{html_select_time prefix="expire_" time=$expire_dateSite display_seconds=false}&nbsp;{$siteTimeZone}</span>
- {formhelp note=""}
+ <span dir="ltr">{html_select_time prefix="expire_" time=$gContent->mInfo.expire_date display_seconds=false}&nbsp;{$siteTimeZone}</span>
+ {formhelp note="If the article type allows it, this article will not be displayed <strong>after</strong> this date."}
{/forminput}
</div>
{/legend}