Adieu hippo_bleue.gif
Ajout d'icones sur les boutons Continue à passer les icones de boutons en CSS (plus en dur) Merci Manu !
|
@ -128,9 +128,14 @@ bureau/admin/hta_doedituser.php -text
|
|||
bureau/admin/hta_edit.php -text
|
||||
bureau/admin/hta_edituser.php -text
|
||||
bureau/admin/hta_list.php -text
|
||||
bureau/admin/icon/add.png -text
|
||||
bureau/admin/icon/browse.png -text
|
||||
bureau/admin/icon/cancel.png -text
|
||||
bureau/admin/icon/configure.png -text
|
||||
bureau/admin/icon/delfile.png -text
|
||||
bureau/admin/icon/doc.png -text
|
||||
bureau/admin/icon/down.png -text
|
||||
bureau/admin/icon/edit.png -text
|
||||
bureau/admin/icon/encrypted.png -text
|
||||
bureau/admin/icon/exe.png -text
|
||||
bureau/admin/icon/file.png -text
|
||||
|
@ -142,6 +147,7 @@ bureau/admin/icon/move.png -text
|
|||
bureau/admin/icon/newfile.png -text
|
||||
bureau/admin/icon/newfolder.png -text
|
||||
bureau/admin/icon/newhtml.png -text
|
||||
bureau/admin/icon/ok.png -text
|
||||
bureau/admin/icon/openfold.png -text
|
||||
bureau/admin/icon/pdf.png -text
|
||||
bureau/admin/icon/php.png -text
|
||||
|
@ -149,6 +155,7 @@ bureau/admin/icon/ppt.png -text
|
|||
bureau/admin/icon/properties.png -text
|
||||
bureau/admin/icon/protect.png -text
|
||||
bureau/admin/icon/ra.png -text
|
||||
bureau/admin/icon/save.png -text
|
||||
bureau/admin/icon/selall.png -text
|
||||
bureau/admin/icon/sort0.png -text
|
||||
bureau/admin/icon/sort1.png -text
|
||||
|
@ -158,6 +165,7 @@ bureau/admin/icon/sxd.png -text
|
|||
bureau/admin/icon/sxi.png -text
|
||||
bureau/admin/icon/sxw.png -text
|
||||
bureau/admin/icon/txt.png -text
|
||||
bureau/admin/icon/up.png -text
|
||||
bureau/admin/icon/wav.png -text
|
||||
bureau/admin/icon/winresize.gif -text
|
||||
bureau/admin/icon/xls.png -text
|
||||
|
@ -176,7 +184,6 @@ bureau/admin/images/folder.png -text
|
|||
bureau/admin/images/folderhta.png -text
|
||||
bureau/admin/images/ftp.png -text
|
||||
bureau/admin/images/help.png -text
|
||||
bureau/admin/images/hippo_bleue.gif -text
|
||||
bureau/admin/images/home.png -text
|
||||
bureau/admin/images/ip.png -text
|
||||
bureau/admin/images/lang.png -text
|
||||
|
|
|
@ -78,7 +78,7 @@ foreach ($cron->schedule() as $cs) {
|
|||
</tr>
|
||||
<?php } //foreach ?>
|
||||
</table>
|
||||
<p><input type="submit" name="submit" class="inb" value="<?php __("Apply the modifications"); ?>" /></p>
|
||||
<p><input type="submit" name="submit" class="inb ok" value="<?php __("Apply the modifications"); ?>" /></p>
|
||||
|
||||
</form>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ $dl=$dom->get_domain_list($cuid);
|
|||
<?php } ?>
|
||||
|
||||
<p>
|
||||
<input type="submit" class="inb" name="submit" value="<?php __("Add this domain"); ?>" />
|
||||
<input type="submit" class="inb ok" name="submit" value="<?php __("Add this domain"); ?>" />
|
||||
</p>
|
||||
|
||||
<p class="error">
|
||||
|
|
|
@ -230,7 +230,7 @@ if (!$r['noerase']) {
|
|||
</tr>
|
||||
</table>
|
||||
<p class="error"> <?php __("Warning: If you set this to 'no', all your email accounts and aliases on this domain will be immediately deleted."); ?></p>
|
||||
<input type="submit" class="inb" name="submit" value="<?php __("Submit the changes"); ?>" />
|
||||
<input type="submit" class="inb ok" name="submit" value="<?php __("Submit the changes"); ?>" />
|
||||
</form>
|
||||
|
||||
<p> </p>
|
||||
|
@ -241,7 +241,7 @@ if (!$r['noerase']) {
|
|||
<?php printf(_("If you want to destroy the domain %s, click on the button below. Warning: this also deletes all FTP accounts, email, mailing lists associated with the domain and subdomains."),$domain); ?><br />
|
||||
<form action="dom_dodel.php?domain=<?php echo urlencode($domain) ?>" method="post">
|
||||
<p>
|
||||
<input type="submit" class="inb" name="detruire" value="<?php printf(_("Delete %s from this server"),$domain); ?>" />
|
||||
<input type="submit" class="inb delete" name="detruire" value="<?php printf(_("Delete %s from this server"),$domain); ?>" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -94,8 +94,8 @@ if (isset($error) && $error) {
|
|||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<input type="submit" class="inb" name="submit" value="<?php __("Save"); ?>" onclick='return ftp_check_pass();' />
|
||||
<input type="button" class="inb" name="cancel" value="<?php __("Cancel"); ?>" onclick="document.location='ftp_list.php'"/>
|
||||
<input type="submit" class="inb ok" name="submit" value="<?php __("Save"); ?>" onclick='return ftp_check_pass();' />
|
||||
<input type="button" class="inb cancel" name="cancel" value="<?php __("Cancel"); ?>" onclick="document.location='ftp_list.php'"/>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ if (isset($error) && $error && !$noftp) {
|
|||
|
||||
<?php if ($quota->cancreate("ftp")) { ?>
|
||||
<p>
|
||||
<span class="inb"><a href="ftp_edit.php?create=1"><?php __("Create a new ftp account"); ?></a></span>
|
||||
<span class="inb add"><a href="ftp_edit.php?create=1"><?php __("Create a new ftp account"); ?></a></span>
|
||||
</p>
|
||||
<?php } ?>
|
||||
|
||||
|
@ -102,7 +102,7 @@ if ( $val['enabled']) {
|
|||
}
|
||||
?>
|
||||
</table>
|
||||
<p><input type="submit" name="submit" class="inb" value="<?php __("Delete checked accounts"); ?>" /></p>
|
||||
<p><input type="submit" name="submit" class="inb delete" value="<?php __("Delete checked accounts"); ?>" /></p>
|
||||
</form>
|
||||
|
||||
<br/>
|
||||
|
|
|
@ -59,7 +59,7 @@ getFields($fields);
|
|||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<input type="submit" class="inb" value="<?php __("Protect this folder"); ?>" />
|
||||
<input type="submit" class="inb lock" value="<?php __("Protect this folder"); ?>" />
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
document.forms['main'].dir.focus();
|
||||
|
|
|
@ -86,8 +86,8 @@ for($i=0;$i<count($r);$i++){
|
|||
?>
|
||||
</table>
|
||||
<br />
|
||||
<input type="submit" class="ina" name="submit" value="<?php __("Unprotect the checked folders"); ?>" />
|
||||
<span class="ina"><a href="hta_add.php"><?php __("Protect a folder"); ?></a></span>
|
||||
<input type="submit" class="ina up" name="submit" value="<?php __("Unprotect the checked folders"); ?>" />
|
||||
<span class="ina add"><a href="hta_add.php"><?php __("Protect a folder"); ?></a></span>
|
||||
</form>
|
||||
|
||||
<p>
|
||||
|
|
After Width: | Height: | Size: 401 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 964 B |
After Width: | Height: | Size: 569 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 883 B |
After Width: | Height: | Size: 569 B |
After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 43 B |
|
@ -134,7 +134,7 @@ $lac = $authip->list_affected();
|
|||
<tr>
|
||||
<th> </th>
|
||||
<td valign='middle' class="lst2">
|
||||
<input type="submit" class="inb" value="<?php __("Save")?>" onclick='return check_accesstype_selected();' />
|
||||
<input type="submit" class="inb ok" value="<?php __("Save")?>" onclick='return check_accesstype_selected();' />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -187,7 +187,7 @@ foreach($list_ip as $i) {
|
|||
<tr class="lst2">
|
||||
<td><input type="text" size='20' maxlength='39' name="ipsub" id="edit_ip" /></td>
|
||||
<td><input type="text" size='25' maxlength='200' name="infos" id="edit_infos" /></td>
|
||||
<td><input type="submit" class="inb" value="<?php __("Save")?>" /></td>
|
||||
<td><input type="submit" class="inb ok" value="<?php __("Save")?>" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
@ -73,9 +73,9 @@ if ($quota->cancreate("mail")) {
|
|||
<form method="post" action="mail_doadd.php" id="main" name="mail_create">
|
||||
<input type="text" class="int intleft" style="text-align: right" name="mail_arg" value="<?php ehe($mail_arg); ?>" size="32" id="mail_arg" maxlength="255" /><span id="emaildom" class="int intright"><?php echo "@".$domain; ?></span>
|
||||
<input type="hidden" name="domain_id" value="<?php echo $domain_id;?>" />
|
||||
<input type="submit" name="submit" class="inb" value="<?php __("Create this email address"); ?>" onClick="return false_if_empty('mail_arg', '<?php echo addslashes(_("Can't have empty mail."));?>');" />
|
||||
<input type="submit" name="submit" class="inb add" value="<?php __("Create this email address"); ?>" onClick="return false_if_empty('mail_arg', '<?php echo addslashes(_("Can't have empty mail."));?>');" />
|
||||
<?php }?>
|
||||
<span class="inb"><a href="mail_manage_catchall.php?domain_id=<?php echo $domain_id?>"><?php __("Manage Catch-all for this domain");?></a></span>
|
||||
<span class="inb configure"><a href="mail_manage_catchall.php?domain_id=<?php echo $domain_id?>"><?php __("Manage Catch-all for this domain");?></a></span>
|
||||
<?php if ($quota->cancreate("mail")) { ?>
|
||||
</form>
|
||||
</td>
|
||||
|
@ -175,7 +175,7 @@ if (date("Y-m-d")==substr($val["lastlogin"],0,10)) echo substr($val["lastlogin"]
|
|||
?>
|
||||
|
||||
</table>
|
||||
<p><input type="submit" class="inb" name="submit" value="<?php __("Delete the checked email addresses"); ?>" /></p>
|
||||
<p><input type="submit" class="inb delete" name="submit" value="<?php __("Delete the checked email addresses"); ?>" /></p>
|
||||
</form>
|
||||
|
||||
<?php
|
||||
|
|
|
@ -296,7 +296,8 @@ if ($mode==0) {
|
|||
} elseif ($mode==1) {
|
||||
echo sprintf("%.1f",$pc)." %";
|
||||
} else {
|
||||
echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."\"/>";
|
||||
#echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."\"/>";
|
||||
$quota->quota_displaybar($pc);
|
||||
}
|
||||
echo "</td><td";
|
||||
if ($mode!=2) echo " style=\"text-align: right\"";
|
||||
|
@ -314,7 +315,8 @@ if ($mode==0) {
|
|||
} elseif ($mode==1) {
|
||||
echo sprintf("%.1f",$pc)." %";
|
||||
} else {
|
||||
echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
#echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
$quota->quota_displaybar($pc);
|
||||
}
|
||||
|
||||
echo "</td><td";
|
||||
|
@ -332,7 +334,8 @@ if ($mode==0) {
|
|||
} elseif ($mode==1) {
|
||||
echo sprintf("%.1f",$pc)." %";
|
||||
} else {
|
||||
echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
#echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
$quota->quota_displaybar($pc);
|
||||
}
|
||||
|
||||
echo "</td><td";
|
||||
|
@ -353,7 +356,8 @@ if ($mode==0) {
|
|||
} elseif ($mode==1) {
|
||||
echo sprintf("%.1f",$pc)." %";
|
||||
} else {
|
||||
echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
#echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
$quota->quota_displaybar($pc);
|
||||
}
|
||||
|
||||
echo "</td><td";
|
||||
|
@ -372,7 +376,8 @@ if ($mode==0) {
|
|||
} else {
|
||||
$pc=0;
|
||||
}
|
||||
echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
#echo "<img src=\"images/hippo_bleue.gif\" style=\"width: ".(1*$pc)."px; height: 16px\" alt=\"".$pc."%\" title=\"".$pc."%\"/>";
|
||||
$quota->quota_displaybar($pc);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -64,10 +64,10 @@ for($i=0;$i<count($rdb);$i++) {
|
|||
<td align="center"><input type="checkbox" class="inc" id="del_<?php echo $val["db"]; ?>" name="del_<?php echo $val["db"]; ?>" value="<?php echo ($val["db"]); ?>" /></td>
|
||||
<td><label for="del_<?php echo $val["db"]; ?>"><?php echo $val["db"]; ?></label></td>
|
||||
<?php if ( variable_get('sql_allow_users_backups') ) { ?>
|
||||
<td><div class="ina"><a href="sql_bck.php?id=<?php echo $val["db"] ?>"><?php __("Backup"); ?></a></div></td>
|
||||
<td><div class="ina down"><a href="sql_bck.php?id=<?php echo $val["db"] ?>"><?php __("Backup"); ?></a></div></td>
|
||||
<?php } // sql_allow_users_backups ?>
|
||||
<td><div class="ina"><a href="sql_restore.php?id=<?php echo $val["db"] ?>"><?php __("Restore"); ?></a></div></td>
|
||||
<td><div class="ina"><a href="sql_getparam.php?dbname=<?php echo $val["db"] ?>"><?php __("Show Settings"); ?></a></div></td>
|
||||
<td><div class="ina up"><a href="sql_restore.php?id=<?php echo $val["db"] ?>"><?php __("Restore"); ?></a></div></td>
|
||||
<td><div class="ina configure"><a href="sql_getparam.php?dbname=<?php echo $val["db"] ?>"><?php __("Show Settings"); ?></a></div></td>
|
||||
<td><code><?php echo format_size($val["size"]); ?></code></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
@ -76,7 +76,7 @@ for($i=0;$i<count($rdb);$i++) {
|
|||
}
|
||||
?>
|
||||
<tr><td colspan="5">
|
||||
<input type="submit" name="sub" value="<?php __("Delete the checked databases"); ?>" class="inb" />
|
||||
<input type="submit" name="sub" value="<?php __("Delete the checked databases"); ?>" class="inb delete" />
|
||||
</td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
@ -102,7 +102,7 @@ for($i=0;$i<count($rdb);$i++) {
|
|||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<input type="submit" class="inb" name="submit" value="<?php __("Create this new MySQL database."); ?>" onClick="return false_if_empty('dbn', '<?php echo addslashes(_("Can't have empty MySQL suffix"));?>');" />
|
||||
<input type="submit" class="inb add" name="submit" value="<?php __("Create this new MySQL database."); ?>" onClick="return false_if_empty('dbn', '<?php echo addslashes(_("Can't have empty MySQL suffix"));?>');" />
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
|
@ -57,8 +57,8 @@ for($i=0;$i<count($r);$i++) {
|
|||
<input type="checkbox" class="inc" id="del_<?php echo $val["name"]; ?>" name="del_<?php echo $val["name"]; ?>" value="<?php echo $val["name"]; ?>" />
|
||||
</td>
|
||||
<td><label for="del_<?php echo $val["name"]; ?>"><?php echo $val["name"]; ?></label></td>
|
||||
<td><span class="ina"><a href="sql_users_rights.php?id=<?php echo $val["name"] ?>"><?php __("Manage the rights"); ?></a></span></td>
|
||||
<td><span class="ina"><a href="sql_users_password.php?id=<?php echo $val["name"] ?>"><?php __("Password change"); ?></a></span></td>
|
||||
<td><span class="ina configure"><a href="sql_users_rights.php?id=<?php echo $val["name"] ?>"><?php __("Manage the rights"); ?></a></span></td>
|
||||
<td><span class="ina lock"><a href="sql_users_password.php?id=<?php echo $val["name"] ?>"><?php __("Password change"); ?></a></span></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
|
@ -69,7 +69,7 @@ for($i=0;$i<count($r);$i++) {
|
|||
</table>
|
||||
|
||||
<br/>
|
||||
<input type="submit" name="sub" value="<?php __("Delete the checked users"); ?>" class="inb" />
|
||||
<input type="submit" name="sub" value="<?php __("Delete the checked users"); ?>" class="inb delete" />
|
||||
</form>
|
||||
|
||||
<br/>
|
||||
|
@ -78,5 +78,5 @@ for($i=0;$i<count($r);$i++) {
|
|||
<?php
|
||||
} // if $r
|
||||
?>
|
||||
<span class="ina"><a href="sql_users_add.php"><?php __("Create a new MySQL user"); ?></a></span>
|
||||
<span class="ina add"><a href="sql_users_add.php"><?php __("Create a new MySQL user"); ?></a></span>
|
||||
<?php include_once("foot.php"); ?>
|
||||
|
|
|
@ -133,7 +133,7 @@ span.inb {
|
|||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
input.ina:hover, input.ina, input.inav, input.inav:hover {
|
||||
input.ina, input.inav {
|
||||
border: 1px solid #999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
|
@ -142,6 +142,16 @@ input.ina:hover, input.ina, input.inav, input.inav:hover {
|
|||
cursor: pointer;
|
||||
/*float: right;*/
|
||||
}
|
||||
|
||||
input.ina:hover, input.ina, input.inav, input.inav:hover {
|
||||
border: 1px solid #999;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
/*float: right;*/
|
||||
}
|
||||
|
||||
input.ina, .ina a {
|
||||
background-color: #F1F8FD;
|
||||
}
|
||||
|
@ -174,6 +184,11 @@ input.inav:hover, .inav a:hover, a.inav:hover {
|
|||
line-height: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.inb a, a.inb {
|
||||
padding: 4px 10px;
|
||||
}
|
||||
|
||||
input[type=button],
|
||||
input[type=submit] {
|
||||
-webkit-border-radius: 3px;
|
||||
|
@ -612,24 +627,80 @@ input#dir, input#sub_local {
|
|||
background-color: #BFD3E1;
|
||||
}
|
||||
|
||||
.edit a, a.edit {
|
||||
.edit a, a.edit, input.edit {
|
||||
background-image: url(../images/edit.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 25px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.delete a, a.delete {
|
||||
.delete a, a.delete, input.delete {
|
||||
background-image: url(../images/delete.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 25px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.lock a, a.lock {
|
||||
.lock a, a.lock, input.lock {
|
||||
background-image: url(../icon/encrypted.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 25px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.ok a, a.ok, input.ok {
|
||||
background-image: url(../icon/ok.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.cancel a, a.cancel, input.cancel {
|
||||
background-image: url(../icon/cancel.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.add a, a.add, input.add {
|
||||
background-image: url(../icon/add.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.configure a, a.configure, input.configure {
|
||||
background-image: url(../icon/configure.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.edit a, a.edit, input.edit {
|
||||
background-image: url(../icon/edit.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.save a, a.save, input.save {
|
||||
background-image: url(../icon/save.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.down a, a.down, input.down {
|
||||
background-image: url(../icon/save.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.up a, a.up, input.up {
|
||||
background-image: url(../icon/up.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 8px 3px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
|
|
|
@ -656,7 +656,7 @@ function display_browser($dir="", $caller="main.dir", $width=350, $height=450) {
|
|||
|
||||
document.write(' <input type=\"button\" id=\"bt".$bid."\" value=\""._("Choose a folder...")."\" class=\"ina\">');
|
||||
document.write('<div id=\"".$bid."\" title=\""._("Choose a folder...")."\" style=\"display: none; bgcolor:red;\">');
|
||||
document.write(' <iframe src=\"/browseforfolder2.php?caller=".$caller."&file=".ehe($dir, 0)."&bid=".$bid."\" width=\"".($width-25)."\" height=\"".($height-50)."\" frameborder=\"no\" id=\"browseiframe\"></iframe>');
|
||||
document.write(' <iframe src=\"/browseforfolder2.php?caller=".$caller."&file=".ehe($dir, 0)."&bid=".$bid."\" width=\"".($width-25)."\" height=\"".($height-50)."\" frameborder=\"no\" id=\"browseiframe\"></iframe>');
|
||||
document.write('</div>');
|
||||
// -->
|
||||
</script>
|
||||
|
|