mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Issue #1138 Added 'btn-default' where missing.
This commit is contained in:
@@ -606,7 +606,7 @@ $columnInfo = array(
|
||||
$txt .= "
|
||||
</table>
|
||||
<div class='buttons-bar center'>
|
||||
<input type='submit' class='btn button' name='updatelimits' value='".DOWLAN_115."'/>
|
||||
<input type='submit' class='btn btn-default button' name='updatelimits' value='".DOWLAN_115."'/>
|
||||
</div>
|
||||
|
||||
<table class='table adminlist'>
|
||||
@@ -630,7 +630,7 @@ $columnInfo = array(
|
||||
|
||||
$txt .= "</table>
|
||||
<div class='buttons-bar center'>
|
||||
<input type='submit' class='btn button' name='addlimit' value='".DOWLAN_114."'/>
|
||||
<input type='submit' class='btn btn-default button' name='addlimit' value='".DOWLAN_114."'/>
|
||||
</div></form>";
|
||||
echo $txt;
|
||||
|
||||
@@ -1309,7 +1309,7 @@ $columnInfo = array(
|
||||
$text .= " </div>";
|
||||
}
|
||||
$text .=" </div>
|
||||
<input class='btn button' type='button' name='addoption' value='".DOWLAN_130."' onclick=\"duplicateHTML('mirror','mirrorsection')\"/>
|
||||
<input class='btn btn-default button' type='button' name='addoption' value='".DOWLAN_130."' onclick=\"duplicateHTML('mirror','mirrorsection')\"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -1540,10 +1540,10 @@ $columnInfo = array(
|
||||
|
||||
if ($id && $subAction == "edit")
|
||||
{
|
||||
$text .= "<input class='btn button' type='submit' name='submit_download' value='".DOWLAN_24."'/> ";
|
||||
$text .= "<input class='btn btn-default button' type='submit' name='submit_download' value='".DOWLAN_24."'/> ";
|
||||
} else
|
||||
{
|
||||
$text .= "<input class='btn button' type='submit' name='submit_download' value='".DOWLAN_25."'/>";
|
||||
$text .= "<input class='btn btn-default button' type='submit' name='submit_download' value='".DOWLAN_25."'/>";
|
||||
}
|
||||
|
||||
$text .= "
|
||||
@@ -1943,7 +1943,7 @@ $columnInfo = array(
|
||||
<input class='tbox' type='text' id='mirror_image' name='mirror_image' size='60' value='{$mirror_image}' maxlength='200'/>
|
||||
|
||||
|
||||
<br /><input class='btn button' type ='button' style='cursor:pointer' size='30' value='".DOWLAN_42."' onclick='expandit(this)'/>
|
||||
<br /><input class='btn btn-default button' type ='button' style='cursor:pointer' size='30' value='".DOWLAN_42."' onclick='expandit(this)'/>
|
||||
<div id='imagefile' style='display:none;{head}'>";
|
||||
|
||||
$text .= DOWLAN_140."<br/>";
|
||||
@@ -1972,7 +1972,7 @@ $columnInfo = array(
|
||||
|
||||
<tr>
|
||||
<td colspan='2' class='forumheader' style='text-align:center;'>
|
||||
".($edit ? "<input class='btn button' type='submit' name='submit_mirror' value='".DOWLAN_142."'/><input type='hidden' name='id' value='{$mirror_id}'/>" : "<input class='btn button' type='submit' name='submit_mirror' value='".DOWLAN_143."'/>")."
|
||||
".($edit ? "<input class='btn btn-default button' type='submit' name='submit_mirror' value='".DOWLAN_142."'/><input type='hidden' name='id' value='{$mirror_id}'/>" : "<input class='btn button' type='submit' name='submit_mirror' value='".DOWLAN_143."'/>")."
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -2164,7 +2164,7 @@ $columnInfo = array(
|
||||
</div>
|
||||
</div>
|
||||
<div class='buttons-bar center'>
|
||||
<input class='btn button' type='submit' name='updatedownlaodoptions' value='".DOWLAN_64."'/>
|
||||
<input class='btn btn-default button' type='submit' name='updatedownlaodoptions' value='".DOWLAN_64."'/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user