mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Merge pull request #2689 from arunshekher/oldpolls_allpreviouspollslist_active_from_to_lan_fix
[LAN] - Fix 'Active from', 'to' language terms for 'All previous polls' list in oldpolls.php.
This commit is contained in:
@@ -143,7 +143,7 @@ if(e_QUERY)
|
|||||||
$text .= "<tr>
|
$text .= "<tr>
|
||||||
<td class='forumheader3' style='width: 55%;'><a href='".e_SELF."?".$row['poll_id']."'>{$poll_title}</a></td>
|
<td class='forumheader3' style='width: 55%;'><a href='".e_SELF."?".$row['poll_id']."'>{$poll_title}</a></td>
|
||||||
<td class='forumheader3' style='width: 15%;'>".$userlink."</td>
|
<td class='forumheader3' style='width: 15%;'>".$userlink."</td>
|
||||||
<td class='forumheader3' style='width: 30%;'>".$from." ".LAN_TO." ".$to."</td>
|
<td class='forumheader3' style='width: 30%;'>".$tp->lanVars(POLLAN_50, array('x'=>$from, 'y'=> $to))."</td>
|
||||||
</tr>\n";
|
</tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user