mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Admin config UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83e91883e1
commit
f142d5bebf
7 changed files with 110 additions and 114 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<label class="x_control-label" for="ftp_host">{$lang->ftp_host}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="ftp_host" id="ftp_host" value="{$ftp_info->ftp_host}" /> Default : 127.0.0.1
|
||||
<span class="x_help-block x_muted">{$lang->detail_about_ftp_info}</span>
|
||||
<p class="x_help-block">{$lang->detail_about_ftp_info}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -37,32 +37,47 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="ftp_passive_n">{$lang->use_ftp_passive_mode}</label>
|
||||
<p class="x_control-label">{$lang->use_ftp_passive_mode}</p>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="ftp_passive_y"><input type="radio" name="ftp_pasv" id="ftp_passive_y" value="Y" checked="checked"|cond="$ftp_info->ftp_pasv == 'Y'" />{$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="ftp_passive_n"><input type="radio" name="ftp_pasv" id="ftp_passive_n" value="N" checked="checked"|cond="$ftp_info->ftp_pasv != 'Y'" />{$lang->cmd_no}</label>
|
||||
<label class="x_inline" for="ftp_passive_y">
|
||||
<input type="radio" name="ftp_pasv" id="ftp_passive_y" value="Y" checked="checked"|cond="$ftp_info->ftp_pasv == 'Y'" />
|
||||
{$lang->cmd_yes}
|
||||
</label>
|
||||
<label class="x_inline" for="ftp_passive_n">
|
||||
<input type="radio" name="ftp_pasv" id="ftp_passive_n" value="N" checked="checked"|cond="$ftp_info->ftp_pasv != 'Y'" />
|
||||
{$lang->cmd_no}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="sftp_n">{$lang->use_ftp_sftp_support}</label>
|
||||
<label class="x_control-label" for="sftp_n">{$lang->use_sftp_support}</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="sftp_y"><input type="radio" name="sftp" id="sftp_y" value="Y" checked="checked"|cond="$ftp_info->sftp == 'Y'" disabled|cond="!$sftp_support" />{$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="sftp_n"><input type="radio" name="sftp" id="sftp_n" value="N" checked="checked"|cond="$ftp_info->sftp != 'Y'" /> {$lang->cmd_no}</label>
|
||||
<block cond="!$sftp_support">{$lang->disable_sftp_support}</block>
|
||||
<p class="x_help-black" cond="!$sftp_support">{$lang->disable_sftp_support}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="ftp_root_path">{$lang->ftp_installed_ftp_realpath}</label>
|
||||
<label class="x_control-label" for="ftp_root_path">{$lang->msg_ftp_installed_ftp_realpath}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="ftp_root_path" id="ftp_root_path" value="{$ftp_info->ftp_root_path}" />
|
||||
<a href="#ftpSuggestion" onclick="getFTPList(); return false;" class="tgAnchor">{$lang->ftp_get_list}</a>
|
||||
<span class="x_help-block">{$lang->msg_ftp_installed_realpath} : {_XE_PATH_}</span>
|
||||
<div id="ftpSuggestion">
|
||||
<span class="x_input-append">
|
||||
<input type="text" name="ftp_root_path" id="ftp_root_path" value="{$ftp_info->ftp_root_path}" />
|
||||
<a href="#ftpSuggestion" onclick="getFTPList(); return false;" class="x_btn tgAnchor">{$lang->ftp_get_list}</a>
|
||||
</span>
|
||||
<div id="ftpSuggestion" class="x_thumbnail">
|
||||
</div>
|
||||
<p class="x_help-block" style="margin-top:10px">{$lang->msg_ftp_installed_realpath} : {_XE_PATH_}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
<input type="submit" value="{$lang->cmd_save}" class="x_btn x_btn-large x_btn-primary x_pull-right" />
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<style>
|
||||
#ftpSuggestion{padding:8px 15px;margin:2px 0;position:absolute;background:#fff;box-shadow:1px 1px 1px #eee;width:188px}
|
||||
#ftpSuggestion ul{margin:0;padding:0;list-style:none}
|
||||
#ftpSuggestion button{overflow:visible;padding:0;background:none;border:0;display:block;width:100%;text-align:left}
|
||||
#ftpSuggestion button:hover,
|
||||
#ftpSuggestion button:focus{font-weight:bold}
|
||||
</style>
|
||||
|
|
@ -24,17 +24,16 @@
|
|||
<label class="x_control-label">{$lang->lang_select}</label>
|
||||
<div class="x_controls">
|
||||
<label for="lang_{$key}" class="x_inline" loop="$langs=>$key,$val">
|
||||
<input type="checkbox" name="selected_lang[]" id="lang_{$key}" value="{$key}" disabled="disabled"|cond="$key==$selected_lang" checked="checked"|cond="isset($lang_selected[$key])" />{$val}
|
||||
<!--@if($key==$selected_lang)-->
|
||||
<input type="hidden" name="selected_lang[]" id="lang_{$key}" value="{$key}" />
|
||||
<!--@end-->
|
||||
<input type="checkbox" name="selected_lang[]" id="lang_{$key}" value="{$key}" disabled="disabled"|cond="$key==$selected_lang" checked="checked"|cond="isset($lang_selected[$key])" />
|
||||
{$val}
|
||||
<input type="hidden" name="selected_lang[]" id="lang_{$key}" value="{$key}" cond="$key==$selected_lang" />
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="change_lang_type" class="x_control-label">{$lang->default_lang}</label>
|
||||
<div class="x_controls">
|
||||
<select name="change_lang_type" id="change_lang_type">
|
||||
<select name="change_lang_type" id="change_lang_type" style="width:220px">
|
||||
<option value="{$key}" selected="selected"|cond="$key==$selected_lang" loop="$lang_supported=>$key,$val">{$val}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -51,30 +50,32 @@
|
|||
<label class="x_control-label">{$lang->use_mobile_view}</label>
|
||||
<div class="x_controls">
|
||||
<label for="use_mobile_view_y" class="x_inline">
|
||||
<input type="radio" name="use_mobile_view" id="use_mobile_view_y" value="Y" checked="checked"|cond="$use_mobile_view == 'Y'" />{$lang->cmd_yes}
|
||||
<input type="radio" name="use_mobile_view" id="use_mobile_view_y" value="Y" checked="checked"|cond="$use_mobile_view == 'Y'" />
|
||||
{$lang->cmd_yes}({$lang->about_use_mobile_view})
|
||||
</label>
|
||||
<label for="use_mobile_view_n" class="x_inline">
|
||||
<input type="radio" name="use_mobile_view" id="use_mobile_view_n" value="N" checked="checked"|cond="$use_mobile_view != 'Y'" />{$lang->cmd_no}
|
||||
<input type="radio" name="use_mobile_view" id="use_mobile_view_n" value="N" checked="checked"|cond="$use_mobile_view != 'Y'" />
|
||||
{$lang->cmd_no}
|
||||
</label>
|
||||
<span class="x_help-block">{$lang->about_use_mobile_view}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->thumbnail_type}</label>
|
||||
<div class="x_controls">
|
||||
<label for="thumbnail_type_crop" class="x_inline">
|
||||
<input type="radio" name="thumbnail_type" id="thumbnail_type_crop" value="corp" checked="checked"|cond="$thumbnail_type != 'ratio'" />{$lang->corp}
|
||||
<input type="radio" name="thumbnail_type" id="thumbnail_type_crop" value="corp" checked="checked"|cond="$thumbnail_type != 'ratio'" />
|
||||
{$lang->corp}
|
||||
</label>
|
||||
<label for="thumbnail_type_ratio" class="x_inline">
|
||||
<input type="radio" name="thumbnail_type" id="thumbnail_type_ratio" value="ratio" checked="checked"|cond="$thumbnail_type == 'ratio'" />{$lang->ratio}
|
||||
<input type="radio" name="thumbnail_type" id="thumbnail_type_ratio" value="ratio" checked="checked"|cond="$thumbnail_type == 'ratio'" />
|
||||
{$lang->ratio}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="htmlFooter">{$lang->input_footer_script}</label>
|
||||
<div class="x_controls">
|
||||
<textarea name="htmlFooter" id="htmlFooter" rows="8" cols="42">{$htmlFooter}</textarea>
|
||||
<span class="x_help-block">{$lang->detail_input_footer_script}</span>
|
||||
<div class="x_controls" style="margin-right:14px">
|
||||
<textarea name="htmlFooter" id="htmlFooter" rows="4" cols="42" style="width:100%" placeholder="{$lang->detail_input_footer_script}" title="{$lang->detail_input_footer_script}">{$htmlFooter}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -84,7 +85,7 @@
|
|||
<img src="{$favicon_url}" alt="favicon" width="16" height="16" class="fn1">
|
||||
<img src="{$favicon_url}" alt="favicon Image" width="16" height="16" class="fn2">
|
||||
</p>
|
||||
<a href="javascript:deleteIcon('favicon\.ico');">{$lang->cmd_delete}</a>
|
||||
<button type="button" onclick="javascript:deleteIcon('favicon\.ico')" class="x_btn x_btn-link">{$lang->cmd_delete}</button>
|
||||
<input type="file" name="favicon" id="favicon" title="favicon" />
|
||||
<span class="x_help-block">{$lang->about_use_favicon}</span>
|
||||
</div>
|
||||
|
|
@ -96,7 +97,7 @@
|
|||
<img src="{$mobicon_url}" alt="Mobile Home Icon" width="32" height="32" />
|
||||
<span>www</span>
|
||||
</p>
|
||||
<a href="javascript:deleteIcon('mobicon\.png');">{$lang->cmd_delete}</a>
|
||||
<button type="button" onclick="javascript:deleteIcon('mobicon\.png')" class="x_btn x_btn-link">{$lang->cmd_delete}</button>
|
||||
<input type="file" name="mobicon" id="mobicon" title="Mobile Home Icon"/>
|
||||
<span class="x_help-block">{$lang->detail_use_mobile_icon}</span>
|
||||
</div>
|
||||
|
|
@ -113,33 +114,31 @@
|
|||
<form action="./" method="post" enctype="multipart/form-data" class="x_form-horizontal" style="display:none">
|
||||
<input type="hidden" name="module" value="install" />
|
||||
<input type="hidden" name="act" value="procInstallAdminSaveTimeZone" />
|
||||
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="admin_ip_list">{$lang->admin_ip_limit}</label>
|
||||
<div class="x_controls">
|
||||
<textarea name="admin_ip_list" id="admin_ip_list" rows="8" cols="42">{$admin_ip_list}</textarea>
|
||||
{$lang->local_ip_address} : {$IP}</p>
|
||||
<span class="x_help-block">
|
||||
<textarea name="admin_ip_list" id="admin_ip_list" rows="4" cols="42" placeholder="{$IP}({$lang->local_ip_address})" style="float:left;margin-right:10px">{$admin_ip_list}</textarea>
|
||||
<p class="x_help-block">
|
||||
{$lang->about_admin_ip_limit}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="default_url">{$lang->default_url}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="default_url" id="default_url" value="{$default_url}"/>
|
||||
<span class="x_help-block">
|
||||
<p class="x_help-inline">
|
||||
{$lang->about_default_url}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->use_ssl}</label>
|
||||
<div class="x_controls">
|
||||
<!--@foreach($lang->ssl_options as $key => $val)-->
|
||||
<label for="ssl_{$key}" class="x_inline"><input type="radio" name="use_ssl" id="ssl_{$key}" value="{$key}" <!--@if($use_ssl==$key)-->checked="checked" <!--@end-->/> {$val}</label>
|
||||
<label for="ssl_{$key}" class="x_inline"><input type="radio" name="use_ssl" id="ssl_{$key}" value="{$key}" checked="checked"|cond="$use_ssl==$key" /> {$val}</label>
|
||||
<!--@endforeach-->
|
||||
<span class="x_help-block">{$lang->about_use_ssl}</span>
|
||||
<p class="x_help-block">{$lang->about_use_ssl}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -154,7 +153,7 @@
|
|||
<div class="x_controls">
|
||||
<label for="cdn_y" class="x_inline"><input type="radio" name="use_cdn" id="cdn_y" value="Y" checked="checked"|cond="$use_cdn=='Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="cdn_n" class="x_inline"><input type="radio" name="use_cdn" id="cdn_n" value="N" checked="checked"|cond="$use_cdn!='Y'" /> {$lang->cmd_no}</label>
|
||||
<span class="x_help-block">{$lang->about_cdn}</span>
|
||||
<p class="x_help-block">{$lang->about_cdn}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -169,7 +168,7 @@
|
|||
<div class="x_controls">
|
||||
<label for="sso_y" class="x_inline"><input type="radio" name="use_sso" id="sso_y" value="Y" checked="checked"|cond="$use_sso=='Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="sso_n" class="x_inline"><input type="radio" name="use_sso" id="sso_n" value="N" checked="checked"|cond="$use_sso!='Y'" /> {$lang->cmd_no}</label>
|
||||
<span class="x_help-block">{$lang->about_use_sso}</span>
|
||||
<p class="x_help-block">{$lang->about_use_sso}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -177,7 +176,7 @@
|
|||
<div class="x_controls">
|
||||
<label for="use_db_session_y" class="x_inline"><input type="radio" name="use_db_session" id="use_db_session_y" value="Y" checked="checked"|cond="$use_db_session=='Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="use_db_session_n" class="x_inline"><input type="radio" name="use_db_session" id="use_db_session_n" value="N" checked="checked"|cond="$use_db_session!='Y'" /> {$lang->cmd_no}</label>
|
||||
<span class="x_help-block">{$lang->about_db_session}</span>
|
||||
<p class="x_help-block">{$lang->about_db_session}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -185,7 +184,7 @@
|
|||
<div class="x_controls">
|
||||
<label for="qmail_compatibility_y" class="x_inline"><input type="radio" name="qmail_compatibility" id="qmail_compatibility_y" value="Y" checked="checked"|cond="$qmail_compatibility=='Y'" /> {$lang->cmd_yes}</label>
|
||||
<label for="qmail_compatibility_n" class="x_inline"><input type="radio" name="qmail_compatibility" id="qmail_compatibility_n" value="N" checked="checked"|cond="$qmail_compatibility!='Y'" /> {$lang->cmd_no}</label>
|
||||
<span class="x_help-block">{$lang->about_qmail_compatibility}</span>
|
||||
<p class="x_help-block">{$lang->about_qmail_compatibility}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_clearfix btnArea">
|
||||
|
|
|
|||
|
|
@ -384,6 +384,15 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
.x .uDrag .dragActive th,
|
||||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap;font-size:0px}
|
||||
/* Favicon Preview */
|
||||
.x #faviconPreview{position:relative;padding:80px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.x #faviconPreview img{position:absolute}
|
||||
.x #faviconPreview .fn1{top:30px;left:12px}
|
||||
.x #faviconPreview .fn2{top:55px;left:68px}
|
||||
/* Mobile Icon Preview */
|
||||
.x #mobiconPreview{position:relative;padding:270px 0 0 200px;background:url(../img/bgMobileTop.png) no-repeat}
|
||||
.x #mobiconPreview img{position:absolute;top:20px;left:10px}
|
||||
.x #mobiconPreview span{position:absolute;width:32px;text-align:center;top:52px;left:10px;color:#fff;font-size:9px}
|
||||
/* Layer */
|
||||
.x .layer{position:absolute;display:none;font-weight:normal}
|
||||
|
||||
|
|
@ -532,21 +541,3 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
.modal .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
.modalClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px}
|
||||
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Favicon Preview */
|
||||
.x #faviconPreview{position:relative;padding:80px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.x #faviconPreview img{position:absolute}
|
||||
.x #faviconPreview .fn1{top:30px;left:12px}
|
||||
.x #faviconPreview .fn2{top:55px;left:68px}
|
||||
/* Mobile Icon Preview */
|
||||
.x #mobiconPreview{position:relative;padding:270px 0 0 200px;background:url(../img/bgMobileTop.png) no-repeat}
|
||||
.x #mobiconPreview img{position:absolute;top:20px;left:10px}
|
||||
.x #mobiconPreview span{position:absolute;width:32px;text-align:center;top:52px;left:10px;color:#fff;font-size:9px}
|
||||
/* FTP Suggestion */
|
||||
.x #ftpSuggestion{background:#fff;box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x #ftpSuggestion ul{margin:0}
|
||||
.x #ftpSuggestion li{margin:0;padding:0;list-style-type:none}
|
||||
.x #ftpSuggestion li button{border:0;background:#fff;text-align:left;width:288px}
|
||||
.x #ftpSuggestion li button:hover,
|
||||
.x #ftpSuggestion li button:active,
|
||||
.x #ftpSuggestion li button:focus,
|
||||
.x #ftpSuggestion li:hover{background:#eee}
|
||||
|
|
|
|||
27
modules/admin/tpl/css/admin.min.css
vendored
27
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -384,6 +384,15 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
.x .uDrag .dragActive th,
|
||||
.x .uDrag .dragActive td{background:none !important}
|
||||
.x .uDrag .dragBtn{position:absolute;width:8px;height:100%;padding:0;overflow:hidden;background:url(../img/bgDragable.gif);top:1px;left:0;text-indent:12px;border:0;cursor:n-resize;white-space:nowrap;font-size:0px}
|
||||
/* Favicon Preview */
|
||||
.x #faviconPreview{position:relative;padding:80px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.x #faviconPreview img{position:absolute}
|
||||
.x #faviconPreview .fn1{top:30px;left:12px}
|
||||
.x #faviconPreview .fn2{top:55px;left:68px}
|
||||
/* Mobile Icon Preview */
|
||||
.x #mobiconPreview{position:relative;padding:270px 0 0 200px;background:url(../img/bgMobileTop.png) no-repeat}
|
||||
.x #mobiconPreview img{position:absolute;top:20px;left:10px}
|
||||
.x #mobiconPreview span{position:absolute;width:32px;text-align:center;top:52px;left:10px;color:#fff;font-size:9px}
|
||||
/* Layer */
|
||||
.x .layer{position:absolute;display:none;font-weight:normal}
|
||||
|
||||
|
|
@ -532,21 +541,3 @@ html[lang="mn"] .x .g11n.active>[disabled],
|
|||
.modal .ie6{position:absolute;left:0;top:0;width:100%;height:100%;border:0;opacity:0;filter:alpha(opacity=0);z-index:1}
|
||||
.modalClose{position:absolute;right:-8px;top:-8px;border:0;background:#ddd;padding:0;width:28px;height:28px;font-size:14px;font-weight:bold;cursor:pointer;color:#999;border-radius:5px}
|
||||
.modalBlur{position:absolute;top:0;right:0;border:0;background:none;padding:0;width:1px;height:1px;overflow:hidden}
|
||||
/* Favicon Preview */
|
||||
.x #faviconPreview{position:relative;padding:80px 0 0 200px;background:url(../img/bgFavicon.gif) no-repeat}
|
||||
.x #faviconPreview img{position:absolute}
|
||||
.x #faviconPreview .fn1{top:30px;left:12px}
|
||||
.x #faviconPreview .fn2{top:55px;left:68px}
|
||||
/* Mobile Icon Preview */
|
||||
.x #mobiconPreview{position:relative;padding:270px 0 0 200px;background:url(../img/bgMobileTop.png) no-repeat}
|
||||
.x #mobiconPreview img{position:absolute;top:20px;left:10px}
|
||||
.x #mobiconPreview span{position:absolute;width:32px;text-align:center;top:52px;left:10px;color:#fff;font-size:9px}
|
||||
/* FTP Suggestion */
|
||||
.x #ftpSuggestion{background:#fff;box-shadow:3px 3px 6px #999;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||
.x #ftpSuggestion ul{margin:0}
|
||||
.x #ftpSuggestion li{margin:0;padding:0;list-style-type:none}
|
||||
.x #ftpSuggestion li button{border:0;background:#fff;text-align:left;width:288px}
|
||||
.x #ftpSuggestion li button:hover,
|
||||
.x #ftpSuggestion li button:active,
|
||||
.x #ftpSuggestion li button:focus,
|
||||
.x #ftpSuggestion li:hover{background:#eee}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue