mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
- Bugfix: background image was missing
git-svn-id: https://svn.fhem.de/fhem/trunk@3187 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8166806b9b
commit
82dc9a52f1
17
fhem/contrib/YAF/.project
Normal file
17
fhem/contrib/YAF/.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>yaf_svn</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.epic.perleditor.perlbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.epic.perleditor.perlnature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
@ -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);
|
||||
|
@ -35,11 +35,6 @@
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.tab {
|
||||
height: 500px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.menue_button {
|
||||
width: 240px
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user