From dd9ef533fd4b1256edc9fac39f426ec90fdf58fc Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 22 Mar 2005 20:40:41 +0000 Subject: [PATCH] *** empty log message *** --- .../{general.inc.php => generic.inc.php} | 2 +- .../modules/htmlUI/var/html/img/stationlogo.gif | Bin 0 -> 1477 bytes livesupport/modules/htmlUI/var/ui_conf.php | 4 ++-- .../modules/htmlUI/var/ui_handler.class.php | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) rename livesupport/modules/htmlUI/var/formmask/{general.inc.php => generic.inc.php} (99%) create mode 100644 livesupport/modules/htmlUI/var/html/img/stationlogo.gif diff --git a/livesupport/modules/htmlUI/var/formmask/general.inc.php b/livesupport/modules/htmlUI/var/formmask/generic.inc.php similarity index 99% rename from livesupport/modules/htmlUI/var/formmask/general.inc.php rename to livesupport/modules/htmlUI/var/formmask/generic.inc.php index 2a838ead6..c5f989b98 100755 --- a/livesupport/modules/htmlUI/var/formmask/general.inc.php +++ b/livesupport/modules/htmlUI/var/formmask/generic.inc.php @@ -35,7 +35,7 @@ $ui_fmask = array( 'isPref' => TRUE, 'type' => 'text', 'label' => 'Station Logo path', - 'default' => 'img/logo.jpg', + 'default' => 'img/stationlogo.gif', 'required' => TRUE ), array( diff --git a/livesupport/modules/htmlUI/var/html/img/stationlogo.gif b/livesupport/modules/htmlUI/var/html/img/stationlogo.gif new file mode 100644 index 0000000000000000000000000000000000000000..11efc23fdd715b2db260cd6f31a1c3f044608495 GIT binary patch literal 1477 zcmV;$1v>giNk%w1VSfN30K@w9~5)%1vasS=j`A$y$ySx1} zH2p+H{N&{O3Jd*JR{n>F`~(I4W@r2c2mk;7`v3s`{{Q~>_y7F-{dai%@bLfc?*5sX z`~d>|0|fj61ONN`A^8LV00000EC2ui0Dk}?000I5;3SUZWo5%a3`}-aWGu@jqppng z&OCjlI2Wu(oYZbCU6FTT5Db9=g(4^f34d4)BLfAe3mEno3!ezXBLws9)C`Cs;SZp?fg{jWS-`NN!%qM% z#9)Ac0t7+@Hq6j~p#y{l1*90DBZ9#zHw`ZTx>1mzWy=U}I8Y-Xk%UP%5nQ??#8PJh z1yumZkVj}ik)Q4e!~j5{fXtN|hzt+_L4koP14vZB_QvTOjU)~bdMY5?h-Hm1#Hf(Z zjoKLbD3}#dp<>Y`8i2mpH{xc4Hvys+c|di+6azLr{e2^tgkDsMO8yh@mIPrpO5qw3 z8t<3UB?*%D%a$O<01OWfln4WXidnRTR0@bNW5X!~nOYI5JR*SyH#6GGrFDVpT@nl( zWF;{zWOI=M50*uppaJ>e&2B(CFoL8a6cDF65((nSoigNw z%8q}!5okLINR(qCe`PqqKiP@pNSXtz31k8BxOwR%bXvk`SO{*`gpUF|&|)D2Y!Csk zFD?nJQ;qe|s{jT_G!>*G44Iw(2!!1#Kq@c-E5MWYU=YExhGdb!nPpC(fsZBfnPiA( z7C`A>kV%w*k8B1Tg9Aj4ASY*`y76R}N~MQUvm5*qKztKecO7>CZnwpNge> zZ>9Zu*i~jGWixOy=h^Wn#v*8tzyNy6S+WtvMHyDO7--2aV7xGOA&|huBdWiKm{pv} zF$|hXkB(f+!(~Z|66yogG4002r)~=X9e?KA@dTIMI%hwd7Of3UA`D%Kr9?QqtpMWL z5wRQBKHKa+*pZMybU#+>7SLO_Rrgu<2`n}+FH7bK2RRLOvpOV=SIHhT0`n9FJDS!` zgM~yJL)C(lpbcjv=!{YS0DmdaPyx>tK7!eB1keFlhc_TWl&igFiIE z6)BWqSwdmMKtw@?Q?P<6j>ZN9RL+D>D54PwkOK#9;Rhr%fDz45!#}L93nP@`602xM zJD?znQ#`|dQcwm$CN9AQ7f7QMyI3|0xN!$;RKpwB*u@G|z>Ra1K_EsLkvRJCkAMv1 f61-4CI~wwkh)kp+7s<#*I`WZ_jHDzN83F)1OnrMf literal 0 HcmV?d00001 diff --git a/livesupport/modules/htmlUI/var/ui_conf.php b/livesupport/modules/htmlUI/var/ui_conf.php index d9a152abd..3fe4ed3f7 100755 --- a/livesupport/modules/htmlUI/var/ui_conf.php +++ b/livesupport/modules/htmlUI/var/ui_conf.php @@ -3,7 +3,7 @@ define('UI_VERBOSE', FALSE); define('UI_WARNING', TRUE); define('UI_ERROR', TRUE); #define('UI_TIMEZONE', ' +100'); -define('UI_TIMEZONEOFFSET', date('Z')); +define('UI_TIMEZONEOFFSET', date('Z')); define('UI_HANDLER', 'ui_handler.php'); define('UI_BROWSER', 'ui_browser.php'); @@ -61,7 +61,7 @@ require_once dirname(__FILE__).'/ui_playlist.class.php'; require_once dirname(__FILE__).'/ui_search.class.php'; require_once dirname(__FILE__).'/ui_browse.class.php'; require_once dirname(__FILE__).'/../../storageServer/var/GreenBox.php'; -require_once dirname(__FILE__).'/formmask/general.inc.php'; +require_once dirname(__FILE__).'/formmask/generic.inc.php'; require_once dirname(__FILE__).'/ui_calendar.class.php'; require_once dirname(__FILE__).'/ui_scheduler.class.php'; diff --git a/livesupport/modules/htmlUI/var/ui_handler.class.php b/livesupport/modules/htmlUI/var/ui_handler.class.php index 815246da7..e657e1617 100644 --- a/livesupport/modules/htmlUI/var/ui_handler.class.php +++ b/livesupport/modules/htmlUI/var/ui_handler.class.php @@ -641,7 +641,6 @@ class uiHandler extends uiBase { $this->gb->saveGroupPref($this->sessid, 'StationPrefs', $val['element'], $formdata[$val['element']]); else $this->gb->delGroupPref($this->sessid, 'StationPrefs', $val['element']); - #$this->STATIONPREFS[$val['element']] = is_string($this->gb->loadGroupPref(NULL, 'StationPrefs', $val['element'])) ? $this->gb->loadGroupPref($this->sessid, 'StationPrefs', $val['element']) : NULL; } if ($val['type'] == 'file' && $formdata[$val['element']]['name']) { if (FALSE === @move_uploaded_file($formdata[$val['element']]['tmp_name'], $this->gb->loadGroupPref($this->sessid, 'StationPrefs', 'stationLogoPath')))