[CS-Project-svn_notify] SF.net SVN: cs-project: [805] releases/1.1
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-08 17:49:22
|
Revision: 805 http://cs-project.svn.sourceforge.net/cs-project/?rev=805&view=rev Author: crazedsanity Date: 2008-02-08 09:49:16 -0800 (Fri, 08 Feb 2008) Log Message: ----------- *** RELEASE 1.1.3 *** SUMMARY OF CHANGES::: * Re-add missing links to contacts section (#148) SVN COMMAND::: merge -r802:HEAD https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/1.1 Modified Paths: -------------- releases/1.1/VERSION releases/1.1/templates/content/helpdesk/view.content.tmpl releases/1.1/templates/infobar.shared.tmpl Modified: releases/1.1/VERSION =================================================================== --- releases/1.1/VERSION 2008-02-08 17:47:24 UTC (rev 804) +++ releases/1.1/VERSION 2008-02-08 17:49:16 UTC (rev 805) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.1.2 +VERSION: 1.1.3 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ Modified: releases/1.1/templates/content/helpdesk/view.content.tmpl =================================================================== --- releases/1.1/templates/content/helpdesk/view.content.tmpl 2008-02-08 17:47:24 UTC (rev 804) +++ releases/1.1/templates/content/helpdesk/view.content.tmpl 2008-02-08 17:49:16 UTC (rev 805) @@ -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: releases/1.1/templates/infobar.shared.tmpl =================================================================== --- releases/1.1/templates/infobar.shared.tmpl 2008-02-08 17:47:24 UTC (rev 804) +++ releases/1.1/templates/infobar.shared.tmpl 2008-02-08 17:49:16 UTC (rev 805) @@ -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. |