mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Admin UI styling
This commit is contained in:
@@ -1268,7 +1268,7 @@ class users_admin_ui extends e_admin_ui
|
||||
".USRLAN_120."
|
||||
</td>
|
||||
<td>
|
||||
<a href='#set_class' class='e-expandit'>".USRLAN_120."</a>
|
||||
<a href='#set_class' class='btn e-expandit'>".USRLAN_120."</a>
|
||||
<div class='e-hideme' id='set_class'>
|
||||
{$temp}
|
||||
</div>
|
||||
@@ -1281,7 +1281,7 @@ class users_admin_ui extends e_admin_ui
|
||||
<tr>
|
||||
<td>".USRLAN_35."</td>
|
||||
<td>
|
||||
<a href='#set_perms' class='e-expandit'>Set Permissions</a>
|
||||
<a href='#set_perms' class='btn e-expandit'>Set Permissions</a>
|
||||
<div class='e-hideme' id='set_perms'>
|
||||
";
|
||||
|
||||
|
@@ -4899,7 +4899,7 @@ class e_admin_form_ui extends e_form
|
||||
<fieldset class='e-filter'>
|
||||
<legend class='e-hideme'>".LAN_LABEL_LABEL_SELECTED."</legend>
|
||||
".$filter_pre."
|
||||
<div class='left'>
|
||||
<div class='left' style='margin-top:10px;margin-bottom:-10px'>
|
||||
".$this->text('searchquery', $current_query[0], 50, $input_options)."
|
||||
".$this->select_open('filter_options', array('class' => 'e-tip tbox select filter', 'id' => false, 'title'=>'Filter the results below'))."
|
||||
".$this->option(LAN_FILTER_LABEL_DISPLAYALL, '')."
|
||||
@@ -5040,8 +5040,9 @@ class e_admin_form_ui extends e_form
|
||||
return '';
|
||||
}
|
||||
// TODO - core ui-batch-option class!!! REMOVE INLINE STYLE!
|
||||
// XXX Quick Fix for styling - correct.
|
||||
$text = "
|
||||
<div class='buttons-bar left'>
|
||||
<div class='navbar navbar-inner left' style='padding-left:30px; padding-top:6px; margin-top:-20px;border-top:0px'>
|
||||
<img src='".e_IMAGE_ABS."generic/branchbottom.gif' alt='' class='icon action' />
|
||||
".$this->select_open('etrigger_batch', array('class' => 'tbox select batch e-autosubmit reset', 'id' => false))."
|
||||
".$this->option(LAN_BATCH_LABEL_SELECTED, '')."
|
||||
|
@@ -770,7 +770,7 @@ class e_form
|
||||
|
||||
if(vartrue($options['generate']))
|
||||
{
|
||||
$addon .= ' <a href="#" class="smalltext e-tip" id="Spn_PasswordGenerator" title="Generate a password">Generate</a> | <a class="smalltext e-tip" href="#" id="showPwd" title="Display the password">Show</a><br />';
|
||||
$addon .= ' <a href="#" class="btn btn-small e-tip" id="Spn_PasswordGenerator" title="Generate a password">Generate</a> <a class="btn btn-small e-tip" href="#" id="showPwd" title="Display the password">Show</a><br />';
|
||||
}
|
||||
|
||||
if(vartrue($options['strength']))
|
||||
|
@@ -3,7 +3,7 @@
|
||||
body { padding-top: 75px; padding-bottom: 40px; }
|
||||
|
||||
.well { padding:10px; }
|
||||
.navbar { background-color: #081D28; }
|
||||
.navbar { }
|
||||
|
||||
#core-infopanel_mye107 a {}
|
||||
|
||||
|
Reference in New Issue
Block a user