aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-18 23:43:28 +0200
committerhackademix <giorgio@maone.net>2018-09-18 23:43:28 +0200
commit475a6b9e9ab5a47f8ea15c5b7e17f38d596b51a4 (patch)
tree83e7cc6395cd6e1d3b94ba5cd23822963db8598d /html
parent813daae97602ad7143e23fd6d955bef5e413dc7a (diff)
Initial refactoring and unhiding of contact finder / complaint UI.
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/panel-styles.css6
-rw-r--r--html/preferences_panel/preferences_panel.html10
-rw-r--r--html/preferences_panel/prefs.css4
3 files changed, 2 insertions, 18 deletions
diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css
index cbf5cf5..0d849e4 100644
--- a/html/display_panel/content/panel-styles.css
+++ b/html/display_panel/content/panel-styles.css
@@ -149,9 +149,3 @@ span.blocked {
width: 100%;
text-align: center;
}
-
-
-
-#complain {
- display: none; /* TODO: Complaint to owner UI */
-}
diff --git a/html/preferences_panel/preferences_panel.html b/html/preferences_panel/preferences_panel.html
index effb724..70d3b86 100644
--- a/html/preferences_panel/preferences_panel.html
+++ b/html/preferences_panel/preferences_panel.html
@@ -71,15 +71,9 @@
<fieldset id="section-complaint"><legend>Complaint email defaults</legend>
<label for="pref_subject">Subject</label>
- <input id="pref_subject" type="text"
- value="Issues with Javascript on your website"
- />
+ <input id="pref_subject" type="text"/>
<label for="pref_body">Body</label>
- <textarea id="pref_body" rows="5"
->Please consider using a free license for the Javascript on your website.
-
-[Message generated by LibreJS. See https://www.gnu.org/software/librejs/ for more information]
-</textarea>
+ <textarea id="pref_body" rows="5"></textarea>
</fieldset>
</div>
</body>
diff --git a/html/preferences_panel/prefs.css b/html/preferences_panel/prefs.css
index b52d6c5..3ac498e 100644
--- a/html/preferences_panel/prefs.css
+++ b/html/preferences_panel/prefs.css
@@ -85,7 +85,3 @@ input[type="text"] {
background: #ffe;
color: #800;
}
-
-#section-complaint {
- display: none; /* TODO: Complaint to owner UI */
-}