Project

General

Profile

« Previous | Next » 

Revision 1122

Added by Matthias almost 15 years ago

commentet out the droplets logo for a more similar backend design with other admin tools

View differences:

tool.php
43 43
<br />
44 44
<table cellpadding="0" cellspacing="0" border="0" width="100%">
45 45
<tr>
46
	<td valign="bottom" width="30%">
46
	<td valign="bottom" width="50%">
47 47
		<button class="add" type="button" name="add_droplet" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/droplets/add_droplet.php';"><?php echo $TEXT['ADD'].' '.$DR_TEXT['DROPLETS']; ?></button>	
48 48
	</td>
49
	<td align="center"><img src="<?php echo WB_URL; ?>/modules/droplets/img/droplets_logo.png" border="1" alt=""/></td>
50
	<td valign="top" width="30%" align="right">
49
	<!-- commentet out the droplets logo for a more similar backend design with other admin tools
50
	<td align="center"><img src="<?php /*echo WB_URL;*/ ?>/modules/droplets/img/droplets_logo.png" border="1" alt=""/></td>
51
	-->
52
	<td valign="top" width="50%" align="right">
51 53
		<a href="#" onclick="javascript: window.open('<?php echo WB_URL; ?>/modules/droplets/readme/<?php echo $DR_TEXT['README']; ?>','helpwindow','width=700,height=550,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes');"><?php echo $DR_TEXT['HELP']; ?></a>
52 54
		<br /><br />
53 55
		<a href="#" onclick="javascript: window.location = '<?php echo WB_URL; ?>/modules/droplets/backup_droplets.php';"><?php echo $DR_TEXT['BACKUP']; ?></a>

Also available in: Unified diff