We don't have a context menu right now, so don't carry one around.
authorJan Schneider <jan@horde.org>
Tue, 3 Nov 2009 14:41:49 +0000 (15:41 +0100)
committerJan Schneider <jan@horde.org>
Tue, 3 Nov 2009 14:42:20 +0000 (15:42 +0100)
kronolith/index.php
kronolith/templates/index/index.inc
kronolith/themes/screen.css

index 5eee64f..e43e958 100644 (file)
@@ -46,7 +46,6 @@ if (!file_exists($registry->get('jsfs') . '/' . $datejs)) {
 $scripts = array(
     array($datejs, 'kronolith', true),
     array('date.js', 'kronolith', true),
-    array('ContextSensitive.js', 'kronolith', true),
     array('dhtmlHistory.js', 'horde', true),
     array('redbox.js', 'horde', true),
     array('tooltips.js', 'horde', true),
index c3aab78..b16a7d4 100644 (file)
@@ -140,9 +140,3 @@ require dirname(__FILE__) . '/agenda.inc';
   </form>
 </div>
 
-<div class="kronlithContextMenu" style="display:none">
-  <a href="#">teste</a>
-  <div class="kronolithSeparator"></div>
-  <a href="#">teste</a>
-  <a href="#">teste</a>
-</div>
index 20b9004..b2175e0 100644 (file)
@@ -638,40 +638,6 @@ div#kronolithEventTopTags span:hover {
     cursor: pointer;
 }
 
-/* Context menu */
-.kronolithContextMenu {
-    width: auto;
-    min-width: 150px;
-    padding: 2px;
-    position: absolute;
-    top: 0;
-    z-index: 1000;
-    background: #f4f4f4;
-    border: 1px #c0c0c0 solid;
-    color: #202020;
-}
-.kronolithContextMenu a {
-    display: block;
-    height: 18px;
-    line-height: 18px;
-    padding: 2px 4px;
-    border: 1px #f4f4f4 solid;
-    color: #202020;
-    text-decoration: none;
-    white-space: nowrap;
-
-}
-.kronolithContextMenu a:hover {
-    color: black;
-    text-decoration: none;
-}
-.kronolithContextMenu div.kronolithSeparator {
-    height: 1px;
-    line-height: 1px;
-    background: #d4d4d4;
-    margin-bottom: 1px;
-}
-
 /* Mini calendar */
 .kronolithMinical {
     position: relative;