Subversion Repositories oidplus

Rev

Rev 362 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 362 Rev 409
Line 92... Line 92...
92
                        $out['text'] .= '</p>';
92
                        $out['text'] .= '</p>';
93
                        $out['text'] .= '<div id="slider-vshift"></div>';
93
                        $out['text'] .= '<div id="slider-vshift"></div>';
94
 
94
 
95
                        $out['text'] .= '<br><p>';
95
                        $out['text'] .= '<br><p>';
96
                        $out['text'] .= '  <label for="amount">'._L('Invert colors').':</label>';
96
                        $out['text'] .= '  <label for="amount">'._L('Invert colors').':</label>';
97
                        $out['text'] .= '  <input type="text" id="icolor" readonly style="border:0; background:transparent; font-weight:bold;">';
97
                        $out['text'] .= '  <input type="text" id="icolor" readonly style="border:0; background:transparent; font-weight:bold;">'; // TODO: It would be good if that was a checkbox
98
                        $out['text'] .= '</p>';
98
                        $out['text'] .= '</p>';
99
                        $out['text'] .= '<div id="slider-icolor"></div>';
99
                        $out['text'] .= '<div id="slider-icolor"></div>';
100
 
100
 
101
                        $out['text'] .= '<script>';
101
                        $out['text'] .= '<script>';
102
                        $out['text'] .= 'if (g_hue_shift == null) g_hue_shift = g_hue_shift_saved = '.OIDplus::config()->getValue('color_hue_shift').";\n";
102
                        $out['text'] .= 'if (g_hue_shift == null) g_hue_shift = g_hue_shift_saved = '.OIDplus::config()->getValue('color_hue_shift').";\n";