# HG changeset patch
# User engler
# Date 1052852387 -7200
# Node ID ef7ccc290d9aaa6e3e4212efece8b213a0920eb2
# Parent 2cef3ac77bd7b306b01362f9d8945502315f2925
XUL
Digilib Buttons in chrome
diff -r 2cef3ac77bd7 -r ef7ccc290d9a xul/buttons.xul
--- a/xul/buttons.xul Mon May 05 18:42:58 2003 +0200
+++ b/xul/buttons.xul Tue May 13 20:59:47 2003 +0200
@@ -1,1 +1,122 @@
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 2cef3ac77bd7 -r ef7ccc290d9a xul/menu.js
--- a/xul/menu.js Mon May 05 18:42:58 2003 +0200
+++ b/xul/menu.js Tue May 13 20:59:47 2003 +0200
@@ -45,16 +45,13 @@
function color_multiply() {
- value = prompt("Enter the values you like to multiply with the different color channels.\n\nFormat is R/G/B, where R,G,B are floating numbers bigger than 0.");
+ value = prompt("Enter the values you like to multiply with the different color channels.\n\nFormat is R/G/B, where R,G,B are floating numbers.");
if (value) {
values = value.split("/");
if (values.length != 3) alert("Illegal format");
- else if (values[0] < 0) alert("Illegal value for red");
- else if (values[1] < 0) alert("Illegal value for green");
- else if (values[2] < 0) alert("Illegal value for blue");
else window.content.rgbm(value);
@@ -236,4 +233,4 @@
// variable containing the contextwindow
-var helpWindow = '';
\ No newline at end of file
+var helpWindow = '';