diff --git a/contrib/YAF/.project b/contrib/YAF/.project new file mode 100644 index 000000000..adc5e9160 --- /dev/null +++ b/contrib/YAF/.project @@ -0,0 +1,17 @@ + + + yaf_svn + + + + + + org.epic.perleditor.perlbuilder + + + + + + org.epic.perleditor.perlnature + + diff --git a/contrib/YAF/FHEM/YAF/YAFConfig.pm b/contrib/YAF/FHEM/YAF/YAFConfig.pm index 240556686..6d5cd5280 100644 --- a/contrib/YAF/FHEM/YAF/YAFConfig.pm +++ b/contrib/YAF/FHEM/YAF/YAFConfig.pm @@ -250,7 +250,7 @@ sub YAF_addView{ #-- set default background my $backgrounds = $config->createElement('backgrounds'); my $background = $config->createElement('background'); - $background->setAttribute('img_url', "./img/eg.jpeg"); + $background->setAttribute('img_url', "./img/background.png"); $background->setAttribute('x_pos', 1); $background->setAttribute('y_pos', 1); $backgrounds->appendChild($background); diff --git a/contrib/YAF/FHEM/YAF/www/css/yaf.css b/contrib/YAF/FHEM/YAF/www/css/yaf.css index 46103a95b..f0eab32f0 100644 --- a/contrib/YAF/FHEM/YAF/www/css/yaf.css +++ b/contrib/YAF/FHEM/YAF/www/css/yaf.css @@ -35,11 +35,6 @@ height: 550px; } - .tab { - height: 500px; - width: 600px; - } - .menue_button { width: 240px } diff --git a/contrib/YAF/controls_yaf.txt b/contrib/YAF/controls_yaf.txt index 4f984032c..043f074d7 100644 --- a/contrib/YAF/controls_yaf.txt +++ b/contrib/YAF/controls_yaf.txt @@ -26,7 +26,7 @@ UPD 2013-05-15_20:00:00 237176 FHEM/YAF/www/js/jquery-ui-1.9.1.custom.min.js UPD 2013-05-15_20:00:00 13875 FHEM/YAF/www/js/yaf-basics.js UPD 2013-05-15_20:00:00 448301 FHEM/YAF/www/js/jquery-ui-1.9.1.custom.js UPD 2013-05-15_20:00:00 265218 FHEM/YAF/www/js/jquery-1.8.2.js -UPD 2013-05-15_20:00:00 2365 FHEM/YAF/www/css/yaf.css +UPD 2013-05-15_24:00:00 2313 FHEM/YAF/www/css/yaf.css UPD 2013-05-15_20:00:00 30900 FHEM/YAF/www/css/smoothness/jquery-ui-1.9.1.custom.css UPD 2013-05-15_20:00:00 4369 FHEM/YAF/www/css/smoothness/images/ui-icons_222222_256x240.png UPD 2013-05-15_20:00:00 180 FHEM/YAF/www/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png @@ -44,5 +44,5 @@ UPD 2013-05-15_20:00:00 101 FHEM/YAF/www/css/smoothness/images/ui-bg_highlight-s UPD 2013-05-15_20:00:00 26086 FHEM/YAF/www/css/smoothness/jquery-ui-1.9.1.custom.min.css UPD 2013-05-15_20:00:00 3641 FHEM/YAF/xml/xmlSchema.xsd UPD 2013-05-15_20:00:00 1690 FHEM/YAF/xml/yafConfig.xml -UPD 2013-05-15_20:00:00 16740 FHEM/YAF/YAFConfig.pm +UPD 2013-05-15_24:00:00 16747 FHEM/YAF/YAFConfig.pm UPD 2013-05-15_20:00:00 3439 FHEM/YAF/YAFWidgets.pm