From da1850896b24fcd8493addf69a8f9e1f45011989 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 8 Feb 2013 10:19:18 +0000 Subject: [PATCH] alphaTabs button & this.id on 2 x hardcoded items New alphaTabs button added next to closeAllTabs Titles added to both so user knows what these are The argument on the mousedown and mouseup events now look to the ID of the item, rather than being hardcoded values. This is so we only have to change the ID on the tab and the rest falls into line. No longer doing onmouseup here, this is now handled at the top level (index.php) --- index.php | 379 +++++++++++++++++++++++++++--------------------------- 1 file changed, 190 insertions(+), 189 deletions(-) diff --git a/index.php b/index.php index c581d6d..a04a71f 100644 --- a/index.php +++ b/index.php @@ -1,190 +1,191 @@ - - - - -ICEcoder v <?php echo $ICEcoder["versionNo"];?> - - - - - - -'; -} -?> - - - - -
-
- -
-
- -
- -
- -
-
- -
- - New File - New Folder - Paste - Upload File(s) -
-
- - - -
-
-
- Delete - - Copy - Rename - View Webpage - - Zip It! - Properties -
- - - -
- - -
-
- -
-
- -
'; - } - ?>
-
-
-
-
-
Find
- - - - - - - - -
-
-
-
-
Code Assist
-
Go to Line - -
- -
- - - - - - - + + + + +ICEcoder v <?php echo $ICEcoder["versionNo"];?> + + + + + + +'; +} +?> + + + + +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ + New File + New Folder + Paste + Upload File(s) +
+
+ + + +
+
+
+ Delete + + Copy + Rename + View Webpage + + Zip It! + Properties +
+ + + +
+ + +
+
+ +
+
+ + +
'; + } + ?>
+
+
+
+
+
Find
+ + + + + + + + +
+
+
+
+
Code Assist
+
Go to Line + +
+ +
+ + + + + + + \ No newline at end of file