Revision: 803
http://cs-project.svn.sourceforge.net/cs-project/?rev=803&view=rev
Author: crazedsanity
Date: 2008-02-08 09:20:28 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Re-add links to contacts page removed from last release (I must've been tired when I declared the contacts page as non-existent).
Modified Paths:
--------------
trunk/1.1/templates/content/helpdesk/view.content.tmpl
trunk/1.1/templates/infobar.shared.tmpl
Modified: trunk/1.1/templates/content/helpdesk/view.content.tmpl
===================================================================
--- trunk/1.1/templates/content/helpdesk/view.content.tmpl 2008-02-07 07:56:52 UTC (rev 802)
+++ trunk/1.1/templates/content/helpdesk/view.content.tmpl 2008-02-08 17:20:28 UTC (rev 803)
@@ -108,7 +108,7 @@
<!-- BEGIN associatedUser_data -->
<tr>
<td nowrap style="border-bottom:solid #999 1px;border-right:solid #999 1px;border-left:solid #000 1px;">
- %%displayName%%</td>
+ <a href="/content/contacts/view/%%contact_id%%">%%displayName%%</a></td>
<td style="border-bottom:solid #999 1px;border-left:solid #999 1px;border-right:solid #000 1px;">
%%email%%</td>
Modified: trunk/1.1/templates/infobar.shared.tmpl
===================================================================
--- trunk/1.1/templates/infobar.shared.tmpl 2008-02-07 07:56:52 UTC (rev 802)
+++ trunk/1.1/templates/infobar.shared.tmpl 2008-02-08 17:20:28 UTC (rev 803)
@@ -11,7 +11,7 @@
<td width="100%">
<h2 style="display:inline;"><u>Current User</u></h2><BR>
<h3 style="display:inline;">{LOGGED_COMPANY}</h3><br>
- <h4 style="display:inline;">{LOGGED_CONTACT_NAME} ({LOGGED_USERNAME})</h4>
+ <h4 style="display:inline;">{LOGGED_CONTACT_NAME} (<a href="/content/contacts/view/{LOGGED_CONTACT_ID}">{LOGGED_USERNAME}</a>)</h4>
</td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|