[CS-Project-svn_notify] SF.net SVN: cs-project: [824] trunk/1.2/templates/help
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-11 00:38:25
|
Revision: 824 http://cs-project.svn.sourceforge.net/cs-project/?rev=824&view=rev Author: crazedsanity Date: 2008-02-10 16:38:21 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Superficial changes to help section. Modified Paths: -------------- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl trunk/1.2/templates/help/lost_password.content.tmpl trunk/1.2/templates/help/main.shared.tmpl Added Paths: ----------- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl Removed Paths: ------------- trunk/1.2/templates/help/helpdesk/priority.content.tmpl Modified: trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/helpdesk/helpdesk_links.shared.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -6,8 +6,8 @@ <ul> <li><a href="/help/helpdesk/assigned">Assigned User</a></li> <li><a href="/help/helpdesk/external_link">External Link</a></li> + <li><a href="/help/helpdesk/issue_priority">Issue Priority</a></li> <li><a href="/help/helpdesk/notified_users">Notified Users</a></li> - <li><a href="/help/helpdesk/priority">Priority</a></li> <li><a href="/help/helpdesk/project_linkage">Project Linkage</a></li> <li><a href="/help/helpdesk/submit_buttons">Submit Buttons</a></li> </ul> \ No newline at end of file Copied: trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl (from rev 823, trunk/1.2/templates/help/helpdesk/priority.content.tmpl) =================================================================== --- trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl (rev 0) +++ trunk/1.2/templates/help/helpdesk/issue_priority.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -0,0 +1,19 @@ +<h2>Issue Priority</h2> + +Issue priority indicates how important the issue is in and of itself, or as it +pertains to a particular project. The meanings of priorities are roughly as +follows: + +<pre> + 0 - Critical (causes crash, fatal error, or data corruption) + 1 - Very Important (no crash, but causes fatal error or data corruption) + 2-8 - Varying degrees of importance + 9 - New, not important, or superficial +</pre> + +The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that +have been assigned to it. After creation, registered users can modify this to +be whatever they desire. + + +{helpdesk_links} \ No newline at end of file Deleted: trunk/1.2/templates/help/helpdesk/priority.content.tmpl =================================================================== --- trunk/1.2/templates/help/helpdesk/priority.content.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/helpdesk/priority.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,19 +0,0 @@ -<h2>Issue Priority</h2> - -Issue priority indicates how important the issue is in and of itself, or as it -pertains to a particular project. The meanings of priorities are roughly as -follows: - -<pre> - 0 - Critical (causes crash, fatal error, or data corruption) - 1 - Very Important (no crash, but causes fatal error or data corruption) - 2-8 - Varying degrees of importance - 9 - New, not important, or superficial -</pre> - -The priority of an issue is initially based upon the <a href="/help/tags/modifier">modifiers of tags</a> that -have been assigned to it. After creation, registered users can modify this to -be whatever they desire. - - -{helpdesk_links} \ No newline at end of file Modified: trunk/1.2/templates/help/lost_password.content.tmpl =================================================================== --- trunk/1.2/templates/help/lost_password.content.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/lost_password.content.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,6 +1,6 @@ -<div style="padding-top:20px;"> +<div style="padding-top:20px;padding-bottom:20px;"> <!-- BEGIN newSubmission --> <form method="POST" onSubmit="cs_submitButton_processing('submitRequest')" action="{PHP_SELF}?submitRequest"> <table border="0" cellpadding="3" cellspacing="0" style="border:solid #000 1px;"> Modified: trunk/1.2/templates/help/main.shared.tmpl =================================================================== --- trunk/1.2/templates/help/main.shared.tmpl 2008-02-09 22:05:01 UTC (rev 823) +++ trunk/1.2/templates/help/main.shared.tmpl 2008-02-11 00:38:21 UTC (rev 824) @@ -1,8 +1,6 @@ {header} <div id="outerContent" style="padding-left: 20px; padding-right:50px;;"> - <div id="content" style="border:dotted #000 1px;"> {content} - </div> </div> {footer} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |