- Code: Select all
Index: collabtive/install.php
===================================================================
--- collabtive/install.php (revision 140)
+++ collabtive/install.php (working copy)
@@ -3,7 +3,7 @@
// Check if directory templates_c exists and is writable
if ((!file_exists("./templates_c")) or (!(is_writable("./templates_c"))))
{
- die("Required folder templates_c does not exist or is not writable. <br>Please create the folder or make in writable in order to proceed.");
+ die("Required folder templates_c does not exist or is not writable. <br>Please create the folder or make it writable in order to proceed.");
}
include("init.php");
Index: collabtive/templates/standard/footer.tpl
===================================================================
--- collabtive/templates/standard/footer.tpl (revision 140)
+++ collabtive/templates/standard/footer.tpl (working copy)
@@ -6,6 +6,7 @@
<div id = "msgchk" style="display:none;"></div>
<script type = "text/javascript">
chkChat();
+ hoverDescrip.init();
</script>
<div class="footer">
Index: collabtive/templates/standard/header.tpl
===================================================================
--- collabtive/templates/standard/header.tpl (revision 140)
+++ collabtive/templates/standard/header.tpl (working copy)
@@ -9,37 +9,36 @@
{literal}
<script type = "text/javascript" src = "include/js/protoculous.php" ></script>
<script type = "text/javascript" src = "include/js/ajax.php" ></script>
-<script type = "text/javascript" src="include/js/jsval.php"></script>
-<script type="text/javascript" src="include/js/chat.js"></script>
- <script type = "text/javascript">
- function _jsVal_Language() {
- this.err_enter = "{/literal}{#wrongfield#}{literal}";
- this.err_form = "{/literal}{#wrongfields#}{literal}";
- this.err_select = "{/literal}{#wrongselect#}{literal}";
- }
-
+<script type = "text/javascript" src = "include/js/jsval.php"></script>
+<script type = "text/javascript" src = "include/js/chat.js"></script>
+<script type = "text/javascript" src = "include/js/hoverDescrip.js"></script>
+<script type = "text/javascript">
+ function _jsVal_Language() {
+ this.err_enter = "{/literal}{#wrongfield#}{literal}";
+ this.err_form = "{/literal}{#wrongfields#}{literal}";
+ this.err_select = "{/literal}{#wrongselect#}{literal}";
+ }
</script>
<script type="text/javascript" src="include/js/datepicker.php"></script>
{/literal}
{/if}
{if $jsload2 == "calendar"}
{literal}
- <script type="text/javascript" src="include/js/calendar.js"></script>
+ <script type="text/javascript" src="include/js/calendar.js"></script>
{/literal}
{elseif $jsload2 == "chat"}
-{literal}
-<script type="text/javascript">
-window.onunload = quitchat;
-</script>
-{/literal}
+ {literal}
+ <script type="text/javascript">
+ window.onunload = quitchat;
+ </script>
+ {/literal}
{/if}
-
{if $jsload3 == "lightbox"}
<link rel="stylesheet" href="templates/standard/css/lytebox.css" type="text/css" />
<script type="text/javascript" src="include/js/lytebox.php"></script>
-
{/if}
+
<link rel="stylesheet" type="text/css" href="templates/standard/css/calendar.css" />
<link rel="stylesheet" type="text/css" href="templates/standard/css/style_main.php"/>
<link rel="stylesheet" type="text/css" href="templates/standard/css/style_form.css"/>
@@ -86,7 +85,7 @@
{/if}
<title>{$title} @ {$settings.name}</title>
</head>
-<body >
+<body>
{if $showheader != "no"}
{include file="header_main.tpl"}
{/if}
Index: collabtive/templates/standard/css/style_main.php
===================================================================
--- collabtive/templates/standard/css/style_main.php (revision 140)
+++ collabtive/templates/standard/css/style_main.php (working copy)
@@ -297,6 +297,16 @@
color:#6b582a;
}
+div#hoverDescrip {
+ padding: 5px;
+ border: 1px solid #000;
+ display: none;
+ background: #CCC;
+ color: #2A4069;
+ position: absolute;
+ z-index: 1000;
+}
+
.content_left .block_c a{
color:#6b582a;
}
Index: collabtive/templates/standard/index.tpl
===================================================================
--- collabtive/templates/standard/index.tpl (revision 140)
+++ collabtive/templates/standard/index.tpl (working copy)
@@ -155,9 +155,8 @@
<td>
{/if}
<span style="white-space:nowrap;">{$timeline[tag].tagstr}</span>
- <p><a href="managemilestone.php?action=showmilestone&msid={$timeline[tag].milestone.ID}&id={$timeline[tag].milestone[1]}">{$timeline[tag].milestone.name|truncate:30:"...":true}</a><br/>{$timeline[tag].milestone.desc|truncate:30:"...":true}</p></td>
+ <p><a href="managemilestone.php?action=showmilestone&msid={$timeline[tag].milestone.ID}&id={$timeline[tag].milestone[1]}" class="hoverDescrip" title="{$timeline[tag].milestone.name}<br/>{$timeline[tag].milestone.desc}">{$timeline[tag].milestone.name|truncate:12:"...":true}</a></p></td>
{/section}
-
<td valign="middle" rowspan="1" style="width:12px;"><a class="scroll_right" href = "{literal}javascript:change('manageajax.php?action=timeline1next&start=0&end=7','timeline');{/literal}"></a></td>
</tr>
