mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
@@ -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!
|
||||
|
||||
|
@@ -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>
|
||||
";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user