mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1823 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2bc91e1c14
commit
8ad57b7d7d
4 changed files with 5 additions and 2 deletions
|
|
@ -107,7 +107,8 @@ function doFillWidgetVars() {
|
||||||
if(fo_obj[name].length) {
|
if(fo_obj[name].length) {
|
||||||
for(var i=0;i<fo_obj[name].length;i++) {
|
for(var i=0;i<fo_obj[name].length;i++) {
|
||||||
var v = fo_obj[name][i].value;
|
var v = fo_obj[name][i].value;
|
||||||
if(val.indexOf(v)!=-1) fo_obj[name][i].checked="true";
|
//if(val.indexOf(v)!=-1) fo_obj[name][i].checked="true";
|
||||||
|
if(val == v) fo_obj[name][i].checked="true";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if(fo_obj[name].value == val) fo_obj[name].checked ="true";
|
if(fo_obj[name].value == val) fo_obj[name].checked ="true";
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-family:tahoma;
|
font-family:tahoma;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
font-size:.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newest_document_default_blue .newest_document_default_box .document_box {
|
.newest_document_default_blue .newest_document_default_box .document_box {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<div class="newest_document_default_box">
|
<div class="newest_document_default_box">
|
||||||
<div class="title_box">
|
<div class="title_box">
|
||||||
<div class="title">{$widget_info->title}</div>
|
<div class="title">{$widget_info->title}</div>
|
||||||
<!--@if($module_name)-->
|
<!--@if($widget_info->module_name)-->
|
||||||
<div class="more"><a href="{getUrl('','mid',$widget_info->module_name)}">more</a></div>
|
<div class="more"><a href="{getUrl('','mid',$widget_info->module_name)}">more</a></div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
font-family:tahoma;
|
font-family:tahoma;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
font-size:.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newest_document_default_normal .newest_document_default_box .document_box {
|
.newest_document_default_normal .newest_document_default_box .document_box {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue