Thread: [Cs-project-svn_notify] SF.net SVN: cs-project: [622] trunk/templates/content/helpdesk/create. cont
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-15 16:02:26
|
Revision: 622 http://cs-project.svn.sourceforge.net/cs-project/?rev=622&view=rev Author: crazedsanity Date: 2007-11-15 08:02:20 -0800 (Thu, 15 Nov 2007) Log Message: ----------- Add tabindex to the inputs for faster tabbing through the items. Modified Paths: -------------- trunk/templates/content/helpdesk/create.content.tmpl Modified: trunk/templates/content/helpdesk/create.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/create.content.tmpl 2007-11-15 15:19:39 UTC (rev 621) +++ trunk/templates/content/helpdesk/create.content.tmpl 2007-11-15 16:02:20 UTC (rev 622) @@ -16,18 +16,18 @@ <tr> <td>Give your request a name:</td> - <td colspan="5"><input name="data[name]" size="80" maxlength="80" type="text"><br></td> + <td colspan="5"><input name="data[name]" size="80" maxlength="80" type="text" tabindex="1"><br></td> </tr> <tr> <td>Describe your request:</td> - <td colspan="5"><textarea name="data[subject]" cols="65" rows="10"></textarea><br></td> + <td colspan="5"><textarea name="data[subject]" cols="65" rows="10" tabindex="2"></textarea><br></td> </tr> <tr> <td>Issue Category:</td> <td colspan="5"> - <select name="data[initialTag]"> + <select name="data[initialTag]" tabindex="3"> {select_tags} </select> </td> @@ -36,7 +36,7 @@ <td align="right"> <input name="module" value="helpdesk" type="HIDDEN"> <input name="data[parentRecordId]" value="{linked_proj}" type="HIDDEN"> - <input name="submit" value="go" type="submit"> + <input name="submit" value="go" type="submit" tabindex="4"> </td> </tr> </tbody> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-11-21 17:14:22
|
Revision: 655 http://cs-project.svn.sourceforge.net/cs-project/?rev=655&view=rev Author: crazedsanity Date: 2007-11-21 09:14:19 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Better looking template for creating issues (internal). Modified Paths: -------------- trunk/templates/content/helpdesk/create.content.tmpl Modified: trunk/templates/content/helpdesk/create.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:11:00 UTC (rev 654) +++ trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:14:19 UTC (rev 655) @@ -4,39 +4,53 @@ <h4>request form</h4> <form action="{PHP_SELF}" method="post"> -<table> +<table border=1> <tbody> <tr> <td>Enter your email:</td> - <td colspan="5"> + <td> <input name="data[email]" value="{email}" size="20" maxlength="80" type="text" {cust_email_readonly}></td> </tr> <tr> <td>Give your request a name:</td> - <td colspan="5"><input name="data[name]" size="80" maxlength="80" type="text" tabindex="1"><br></td> + <td><input name="data[name]" size="80" maxlength="80" type="text" tabindex="1"><br></td> </tr> <tr> <td>Describe your request:</td> - <td colspan="5"><textarea name="data[subject]" cols="65" rows="10" tabindex="2"></textarea><br></td> + <td><textarea name="data[subject]" cols="65" rows="10" tabindex="2"></textarea><br></td> </tr> <tr> <td>Issue Category:</td> - <td colspan="5"> - <select name="data[initialTag]" tabindex="3"> - {select_tags} - </select> - </td> -</tr> -<tr> - <td align="right"> - <input name="module" value="helpdesk" type="HIDDEN"> - <input name="data[parentRecordId]" value="{linked_proj}" type="HIDDEN"> - <input name="submit" value="go" type="submit" tabindex="4"> + + <td> + <table cellpadding="0" cellspacing="3" width="100%"> + <tr> + <td> + <select id='tagList' name="data[initialTag][]" multiple tabindex="3"> + {select_tags} + </select> + </td> + + <td align="left"> + <div class="note" style="border-bottom:solid #000 1px; padding-bottom:10px;"> + <h3 style="display:inline">Selecting Tags:</h3><br> + Select all the tags that <u>apply to your issue</u>. In parenthesis beside <br> + each item is a number: this indicates how it will affect the issue. Please <br> + select tags based on relevance and NOT just to make the issue more <br> + important. + </div> + + <input name="module" value="helpdesk" type="HIDDEN"> + <input name="data[parentRecordId]" value="{linked_proj}" type="HIDDEN"> + <input name="submit" value="Create New Issue" type="submit" tabindex="4"> + </td> + </tr> + </table> </td> </tr> </tbody> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-11-21 17:22:29
|
Revision: 656 http://cs-project.svn.sourceforge.net/cs-project/?rev=656&view=rev Author: crazedsanity Date: 2007-11-21 09:22:26 -0800 (Wed, 21 Nov 2007) Log Message: ----------- Fix image links. Modified Paths: -------------- trunk/templates/content/helpdesk/create.content.tmpl Modified: trunk/templates/content/helpdesk/create.content.tmpl =================================================================== --- trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:14:19 UTC (rev 655) +++ trunk/templates/content/helpdesk/create.content.tmpl 2007-11-21 17:22:26 UTC (rev 656) @@ -1,10 +1,10 @@ <h2>Help desk</h2> -<img src="/images/s.gif" border="0" height="1" vspace="2" width="400"> +<img src="/images/pixel_black.gif" border="0" height="1" vspace="2" width="400"> <h4>request form</h4> <form action="{PHP_SELF}" method="post"> -<table border=1> +<table> <tbody> <tr> <td>Enter your email:</td> @@ -56,6 +56,6 @@ </tbody> </table> </form> -<br><img src="/images/s.gif" border="0" height="1" vspace="2" width="400"><br><br> +<br><img src="/images/pixel_black.gif" border="0" height="1" vspace="2" width="400"><br><br> <a href="helpdesk_cust.php?step=kb">Search the knowledge database</a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |