![](/customize/cryptofist_small.png)
Unity is Strength - Collaboration is Key
+Unity is Strength - Collaboration is Key
diff --git a/customize.dist/main.css b/customize.dist/main.css
index e60adb50f..b9c517a63 100644
--- a/customize.dist/main.css
+++ b/customize.dist/main.css
@@ -321,6 +321,11 @@ tr {
font-size: medium;
padding-bottom: 1em;
}
+#fileManagerIframe {
+ width: 100%;
+ height: 500px;
+ margin-top: 15px;
+}
/* buttons */
.create,
.action {
diff --git a/customize.dist/main.js b/customize.dist/main.js
index 732bce4b8..52804a105 100644
--- a/customize.dist/main.js
+++ b/customize.dist/main.js
@@ -123,16 +123,19 @@ define([
if (recentPads.length) {
recentPads.sort(Cryptpad.mostRecent);
- makeRecentPadsTable(recentPads);
+ $('iframe').attr('style', '');
+ $tryit.removeAttr('data-localization');
+ $tryit.text(Messages.recentPadsIframe);
+ //makeRecentPadsTable(recentPads);
}
- if (hasRecent) {
+ /*if (hasRecent) {
$('table').attr('style', '');
// Race condition here, this is triggered before the localization in HTML
// so we have to remove the data-localization attr
$tryit.removeAttr('data-localization');
$tryit.text(Messages.recentPads);
- }
+ }*/
});
};
diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less
index 1900fead5..07fc138aa 100644
--- a/customize.dist/src/cryptpad.less
+++ b/customize.dist/src/cryptpad.less
@@ -150,6 +150,12 @@ p, pre, td, a, table, tr {
padding-bottom: 1em;
}
+#fileManagerIframe {
+ width: 100%;
+ height: 500px;
+ margin-top: 15px;
+}
+
/* buttons */
.create, .action {
@thick: 2px;
diff --git a/customize.dist/src/fragments/index.html b/customize.dist/src/fragments/index.html
index d37dca8ba..7ba94d117 100644
--- a/customize.dist/src/fragments/index.html
+++ b/customize.dist/src/fragments/index.html
@@ -25,9 +25,9 @@
OUPS Afin de pouvoir réaliser le cryptage depuis votre navigateur, Javascript est vraiment requis.
-
+ (Open in a new tab)
-
+
+