Thread: [Cs-project-svn_notify] SF.net SVN: cs-project: [639] trunk/templates/content/helpdesk/view.content
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-20 17:09:18
|
Revision: 639 http://cs-project.svn.sourceforge.net/cs-project/?rev=639&view=rev Author: crazedsanity Date: 2007-11-20 09:08:57 -0800 (Tue, 20 Nov 2007) Log Message: ----------- Remove the "stall" button for now. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2007-11-20 17:04:59 UTC (rev 638) +++ trunk/templates/content/helpdesk/view.content.tmpl 2007-11-20 17:08:57 UTC (rev 639) @@ -186,7 +186,6 @@ <!-- END update_button --> <!-- BEGIN owner_options --> <input name="action" value="solve" type="submit"> - <input name="action" value="stall" type="submit"> <!-- END owner_options --> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-11-21 21:32:13
|
Revision: 669 http://cs-project.svn.sourceforge.net/cs-project/?rev=669&view=rev Author: crazedsanity Date: 2007-11-21 13:32:11 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Format issue notes without the "pre" tag. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2007-11-21 21:31:42 UTC (rev 668) +++ trunk/templates/content/helpdesk/view.content.tmpl 2007-11-21 21:32:11 UTC (rev 669) @@ -147,8 +147,11 @@ <tr> <th style="border-bottom:solid #000 1px;" align="right">Notes:<BR><font size="-3"><i>(Includes previous/current<BR>solution(s), if available)</i></font></th> <td style="border-bottom:solid #000 1px;" colspan="2"> -<!-- BEGIN issueNotes --><div style="border-top:dashed #000 1px;">%%solutionIndicator%% <u> [#%%note_id%%] <b>%%subject%%</b> (%%fname%%@%%created%%)</u></div> - <div style="width:100%; overflow:auto"><pre style="font-size:10px;">%%body%%</pre></div> +<!-- BEGIN issueNotes --> + <div style="border-top:dashed #000 1px;"> + %%solutionIndicator%% <u> [#%%note_id%%] <b>%%subject%%</b> (%%fname%%@%%created%%)</u> + </div><br> + <div style="width:100%; overflow:auto"><code style="font-size:10px;">%%body%%</code></div> <!-- END issueNotes --> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-12-19 01:31:15
|
Revision: 709 http://cs-project.svn.sourceforge.net/cs-project/?rev=709&view=rev Author: crazedsanity Date: 2007-12-18 17:31:11 -0800 (Tue, 18 Dec 2007) Log Message: ----------- Help links. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2007-12-19 01:30:43 UTC (rev 708) +++ trunk/templates/content/helpdesk/view.content.tmpl 2007-12-19 01:31:11 UTC (rev 709) @@ -17,14 +17,22 @@ <table cellpadding="3" cellspacing="0" width="100%" border="0"> <tr> <th align="right">Issue Number:</th> - <td>{public_id} [<b><a href="/extern/helpdesk/view?ID={public_id}">External Link</a></b>]</td> + <td>{public_id} [<b><a href="/extern/helpdesk/view?ID={public_id}">External Link</a></b>] + + <a href="/help/helpdesk/external_link" target="_blank"> + <img src="/images/icon-help.png" border="0"></a></td> <td rowspan="4" align="left" nowrap> <!-- BEGIN access_block --> <table border="1" cellpadding="2" cellspacing="0" align="left" style="padding-right:10px;border:none;"> <tr> - <td style="border-left:solid #000 1px;border-top:solid #000 1px;">Assigned: </td> + <td style="border-left:solid #000 1px;border-top:solid #000 1px;">Assigned: + + <a href="/help/helpdesk/assigned" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + </td> + <td style="border-right:solid #000 1px;border-top:solid #000 1px;" nowrap> <!-- BEGIN assigned_optionList --> <select name="updates[leader_contact_id]"> @@ -37,7 +45,10 @@ </td> </tr> <tr> - <td style="border-left:solid #000 1px;">Priority: </td> + <td style="border-left:solid #000 1px;">Priority: + <a href="/help/helpdesk/priority" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + </td> <td style="border-right:solid #000 1px"> <!-- BEGIN priority_optionList --> @@ -51,7 +62,12 @@ </tr> <tr> <td colspan="2" align="center" style="border-left:solid #000 1px;border-right:solid #000 1px"> - Attached to project:<br>[ <b>{ancestryLinkList}</b> ] + Attached to project: + + <a href="/help/helpdesk/project_linkage" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + + <br>[ <b>{ancestryLinkList}</b> ] </td> </tr> <!-- BEGIN linkToIssue --> @@ -75,7 +91,10 @@ <table border="0" cellpadding="3" cellspacing="0" width="200" align="center" style="border:solid #000 1px;"> <tr> - <th colspan="2" style="background-color:#FFF">Notified Users</th> + <th colspan="2" style="background-color:#FFF"> + Notified Users <a href="/help/helpdesk/notified_users" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + </th> </tr> <tr> <th style="border:solid #000 1px;">Name</th> @@ -124,7 +143,10 @@ </tr> <tr> - <th align="right">Tags: </th> + <th align="right">Tags: + <a href="/help/tags" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> + </th> <td colspan="2"> <!-- BEGIN removeable_tag --><a href="/content/tags/remove/%%tag_name_id%%/{record_id}">%%name%%</a>%%separator%% @@ -201,6 +223,10 @@ <!-- BEGIN owner_options --> <input name="action" value="solve" type="submit"> <!-- END owner_options --> + + + <a href="/help/helpdesk/submit_buttons" target="_blank"> + <img src="/images/icon-help.png" border="0"></a> </td> </tr> <!-- END buttons_row --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2008-02-01 05:03:10
|
Revision: 769 http://cs-project.svn.sourceforge.net/cs-project/?rev=769&view=rev Author: crazedsanity Date: 2008-01-31 21:03:03 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Display bottom border of access block on helpdesk even after it is closed. Modified Paths: -------------- trunk/templates/content/helpdesk/view.content.tmpl Modified: trunk/templates/content/helpdesk/view.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/view.content.tmpl 2008-02-01 04:55:51 UTC (rev 768) +++ trunk/templates/content/helpdesk/view.content.tmpl 2008-02-01 05:03:03 UTC (rev 769) @@ -79,11 +79,15 @@ <!-- END linkToIssue --> <!-- BEGIN accessBlock__modifyButton --> <tr> - <td align="center" colspan="2" style="border-left:solid #000 1px;border-right:solid #000 1px;border-bottom:solid #000 1px;"> + <td align="center" colspan="2" style="border-left:solid #000 1px;border-right:solid #000 1px;"> <input id="accessBlock__modifyButton" type="submit" name="action" value="Modify"> </td> </tr> <!-- END accessBlock__modifyButton --> + <tr> + <td colspan="2" style="border:solid #000 1px;border-top:none;"> + <img src="/images/clear.gif" height="1px"></td> + </tr> </table> <!-- END access_block --> <!-- BEGIN associatedUserBlock --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |