-
+
trans('SendNewPasswordDesc'); ?>
-
+
trans('AuthenticationDoesNotAllowSendNewPassword', $mode); ?>
diff --git a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
index aadf3fdba22..3f19e1d666f 100644
--- a/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
+++ b/htdocs/ecm/tpl/enablefiletreeajax.tpl.php
@@ -26,8 +26,6 @@
theme."/img/working2.gif".'\';'."\n";
-
$openeddir='/';
?>
diff --git a/htdocs/theme/eldy/img/working2.gif b/htdocs/theme/eldy/img/working2.gif
deleted file mode 100644
index bf0fc8f2167..00000000000
Binary files a/htdocs/theme/eldy/img/working2.gif and /dev/null differ
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index a30d7c5f4dc..8d3f4bcf0b9 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -661,6 +661,10 @@ div.myavailability {
padding-top: 4px;
padding-bottom: 4px;
}
+.paddingtopbottom {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
.checkallactions {
/* vertical-align: text-bottom;
margin-top: 6px; */
@@ -1749,6 +1753,9 @@ table.login_table_securitycode tr td {
max-height: 90px;
}
+div.backgroundsemitransparent {
+ background:rgba(255,255,255,0.6);
+}
div.login_block {
position: absolute;
text-align: ;
diff --git a/htdocs/theme/md/img/working2.gif b/htdocs/theme/md/img/working2.gif
deleted file mode 100644
index bf0fc8f2167..00000000000
Binary files a/htdocs/theme/md/img/working2.gif and /dev/null differ
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 2f508723a28..4f95a35b009 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -667,6 +667,10 @@ div.myavailability {
padding-top: 4px;
padding-bottom: 4px;
}
+.paddingtopbottom {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
.checkallactions {
/*vertical-align: text-bottom;
margin-top: 6px;*/
@@ -1114,6 +1118,10 @@ div.login_block {
top: auto;
z-index: 90;
}
+
+div.backgroundsemitransparent {
+ background:rgba(255,255,255,0.6);
+}
div.login_block {
/* position: initial !important;*/
display: none;