Changeset 3207 for temp/trunk
- Timestamp:
- 2006/08/30 21:01:54 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/basis/subnavi.tpl (modified) (previous)
-
html/js/navi.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/navi.js
r3206 r3207 28 28 29 29 // ¥µ¥Ö¥Ê¥Ó¤Îɽ¼¨ÀÚÂØ 30 function naviStyleChange(ids, color){ 31 document.getElementById(ids).style.backgroundColor = color; 30 function naviStyleChange(ids, bcColor, color){ 31 document.getElementById(ids).style.backgroundColor = bcColor; 32 if(color != '') { 33 document.getElementById(ids).style.color = color; 34 } 32 35 } 33 36
Note: See TracChangeset
for help on using the changeset viewer.
