mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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_45", "Poll successfully updated");//NOT USED
|
||||||
//define("POLLAN_46", "Field(s) left blank");
|
//define("POLLAN_46", "Field(s) left blank");
|
||||||
|
|
||||||
|
define("POLLAN_50", "Active from [x] to [y]");
|
||||||
|
|
||||||
|
|
||||||
// TODO NEED TO BE RENAMED!
|
// TODO NEED TO BE RENAMED!
|
||||||
|
|
||||||
|
@@ -51,7 +51,7 @@ if(e_QUERY)
|
|||||||
|
|
||||||
$text .= "
|
$text .= "
|
||||||
<div class='smalltext text-right'>
|
<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