summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorMarkus Birth <markus@birth-online.de>2013-04-09 17:44:14 +0200
committerMarkus Birth <markus@birth-online.de>2013-04-09 17:44:14 +0200
commitf0d9a52e02f36b5ebacd58956e78023a26282585 (patch)
tree6b5c78cf3ab76e97271214e8d3947f383de372c9 /init.php
parent029e78baf2ea9f2e4019370467c3c8c66e654fb4 (diff)
downloadyafpp-f0d9a52e02f36b5ebacd58956e78023a26282585.tar.gz
yafpp-f0d9a52e02f36b5ebacd58956e78023a26282585.zip
Removed test preferences field. Added reference to jsonlint.com to README.
Diffstat (limited to 'init.php')
-rw-r--r--init.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.php b/init.php
index da8e24e..e4b93fe 100644
--- a/init.php
+++ b/init.php
@@ -98,7 +98,6 @@ class Af_Feedmod extends Plugin implements IHandler
function index()
{
global $pluginhost;
- $sometext = $pluginhost->get($this, "sometext");
$json_conf = $pluginhost->get($this, 'json_conf');
print "<form dojoType=\"dijit.form.Form\">";
@@ -121,13 +120,6 @@ class Af_Feedmod extends Plugin implements IHandler
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"save\">";
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"plugin\" value=\"af_feedmod\">";
- print "<table width=\"100%\" class=\"prefPrefsList\">";
-
- print "<tr><td width=\"40%\">".__("Some text")."</td>";
- print "<td class=\"prefValue\"><input dojoType=\"dijit.form.ValidationTextBox\" required=\"1\" name=\"sometext\" value=\"$sometext\"></td></tr>";
-
- print "</table>";
-
print "<table width='100%'><tr><td>";
print "<textarea dojoType=\"dijit.form.SimpleTextarea\" name=\"json_conf\" style=\"font-size: 12px; width: 99%; height: 500px;\">$json_conf</textarea>";
print "</td></tr></table>";