Project

General

Profile

« Previous | Next » 

Revision 693

Added by doc over 16 years ago

adapted color for onmouseover effect

View differences:

sections.php
180 180
		$module_name=$database->get_one("SELECT name FROM ".TABLE_PREFIX."addons WHERE directory='".$section['module']."'");
181 181
		if(!is_numeric(array_search($section['module'], $module_permissions))) {
182 182
			?>
183
			<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#FFF'">
183
			<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#FFF'">
184 184
				<td style="width: <?php if(SECTION_BLOCKS) print "120"; else print "200"; ?>px;"><a href="<?php echo ADMIN_URL; ?>/pages/modify.php?page_id=<?php echo $page_id; ?>#<?php echo $section['section_id']; ?>"><?php echo $module_name; ?></a></td>
185 185
				<?php if(SECTION_BLOCKS) { ?>
186 186
				<td>

Also available in: Unified diff