1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

[LAN] - Fix 'Active from', 'to' language terms for 'All previous polls' list in oldpolls.php.

This commit is contained in:
Arun S. Sekher 2017-06-16 01:04:18 +04:00
parent 69ec33bc99
commit be1ba919d3

View File

@ -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";
} }