mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Language file cleanup continued.
This commit is contained in:
@@ -75,7 +75,7 @@ define("POLLAN_45", "Poll successfully updated");
|
||||
|
||||
// TODO NEED TO BE RENAMED!
|
||||
|
||||
// define("LAN_FORUM_3029", "If you do not wish to add a poll to your topic, leave the fields blank."); // LAN_386
|
||||
define("LAN_FORUM_3029", "If you do not wish to add a poll to your topic, leave the fields blank."); // LAN_386
|
||||
define("LAN_FORUM_3030", "Poll question"); // LAN_5
|
||||
define("LAN_FORUM_3031", "Poll answer"); // LAN_391
|
||||
define("LAN_FORUM_3032", "Add another answer"); // LAN_6
|
||||
|
@@ -661,8 +661,8 @@ class poll
|
||||
|
||||
$text .= "</div>"; // end pollsection div
|
||||
|
||||
$text .= "<div class='control-group'>
|
||||
<input class='btn' type='button' id='addoption' name='addoption' value='".LAN_FORUM_3032."' />
|
||||
$text .= "<div class='form-group control-group'>
|
||||
<input class='btn btn-default' type='button' id='addoption' name='addoption' value='".LAN_FORUM_3032."' />
|
||||
</div>
|
||||
|
||||
</form>";
|
||||
@@ -798,7 +798,7 @@ class poll
|
||||
$text .= "</span><br />";
|
||||
}
|
||||
|
||||
$text .="</div><input class='btn' type='button' name='addoption' value='".POLLAN_8."' onclick=\"duplicateHTML('pollopt','pollsection')\" /><br />
|
||||
$text .="</div><input class='btn btn-default' type='button' name='addoption' value='".POLLAN_8."' onclick=\"duplicateHTML('pollopt','pollsection')\" /><br />
|
||||
</td></tr>
|
||||
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user