1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Issue #2683, Issue #2659 - Poll LANs.

This commit is contained in:
Cameron
2017-06-14 12:35:03 -07:00
parent 5ff66b3f37
commit 4fd79e4ae7
2 changed files with 3 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ define("POLLAN_43", "You do not have the required permissions to vote in this po
//define("POLLAN_45", "Poll successfully updated");//NOT USED
//define("POLLAN_46", "Field(s) left blank");
define("POLLAN_50", "Active from [x] to [y]");
// TODO NEED TO BE RENAMED!

View File

@@ -51,7 +51,7 @@ if(e_QUERY)
$text .= "
<div class='smalltext text-right'>
<small>".LAN_POSTED_BY." ".$userlink."<br /> ".LAN_ACTIVE.": ".LAN_FROM." ".$start_datestamp." ".LAN_TO." ".$end_datestamp."</small></div>
<small>".LAN_POSTED_BY." ".$userlink."<br /> ".$tp->lanVars(POLLAN_50, array('x'=>$start_datestamp, 'y'=> $end_datestamp))."</small></div>
";