Revision 1122
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
11-Aug-2009 Matthias Gallas |
15 |
! commentet out the droplets logo for a more similar backend design with |
|
16 |
other admin tools |
|
15 | 17 |
! Updated icons in argos_theme (Thanks to Argos) |
16 | 18 |
! Updated Dutch language file (Thanks to Argos) |
17 | 19 |
! Updated show_menu2 to version 4.9 |
trunk/wb/modules/droplets/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
commentet out the droplets logo for a more similar backend design with other admin tools