From ea6053d35d8158a7822a791c033149c3675e2041 Mon Sep 17 00:00:00 2001 From: Rico van Endern <Rico.Hotte@gmail.com> Date: Tue, 6 Oct 2015 15:57:41 +0200 Subject: [PATCH] =?UTF-8?q?gr=C3=B6=C3=9Fe=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/jquery.ui.css | 2 +- panels/mensaPlan/helper.php | 2 +- panels/mensaPlan/script.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/jquery.ui.css b/css/jquery.ui.css index b1e84a0..a63b716 100644 --- a/css/jquery.ui.css +++ b/css/jquery.ui.css @@ -831,7 +831,7 @@ body .ui-tooltip { ----------------------------------*/ .ui-widget { font-family: Verdana,Arial,sans-serif; - font-size: 2.5em; + font-size: 2em; } .ui-widget .ui-widget { font-size: 1em; diff --git a/panels/mensaPlan/helper.php b/panels/mensaPlan/helper.php index 8e02403..febc7c9 100644 --- a/panels/mensaPlan/helper.php +++ b/panels/mensaPlan/helper.php @@ -20,7 +20,7 @@ function toJson($tage, $name, $inc_nr, $inc_original, $inc_short, $inc_art, $inc $json .= "}"; file_put_contents ( $name, $json ); } -function toSql($tage, $server, $user, $pw, $db) { // TODO NR +function toSql($tage, $server, $user, $pw, $db) { $mysqli = new mysqli ( $server, $user, $pw, $db ); if ($mysqli->connect_errno) { diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js index 143cc50..b23fa3e 100755 --- a/panels/mensaPlan/script.js +++ b/panels/mensaPlan/script.js @@ -208,4 +208,4 @@ this.loaded = function(panel, config) { $(function() { $("#tabs").tabs(); }); -} +} \ No newline at end of file -- GitLab