ACCORD5
Add a reply

ACCORD5 Company Forums » Trellis Desk » Peer-to-Peer Support

Only Admn can set priority

 
  • Started 2 years ago by yae
  • 6 posts in this topic
  • Latest reply from yae
  1. User has not uploaded an avatar

    yae

    offline
    Member

    Is it possible that only the Staff and Admin. could set the priority of the tickets? Because some clients abuse the "urgent" priority when neither in the reality nor 10 % of these tickets they are urgent

    For this motive I do not want that the users assign the priority, and it is the own department or staff who assigns it

    regards

    Posted 2 years ago #
  2. badgamuss

    badgamuss

    offline
    Member

    I had the same problem as you. What I ended up doing was hiding the option from the user using CSS.
    It is a little bit of work but it will hide the priority drop down from the users and all tickets will be automatically submitted as low.

    Log in as admin, click on "Look and Feel" at the top. Under the default skin you are using, click on the little page icon under the template column. It will take you to a page listing all of the templates being used.
    Scroll to the bottom and select template "tck_submit_2.tpl" and it will open it in an edit window. Here is where you will put in a small bit of CSS to hide the Priority Drop Down.

    Find -
    <tr>
    <td class='option2'><label for='priority'><font color="#FF0000">{$lang['priority']}</label></td>
    <td class='row2'><select name='priority' id='priority'>{$priority_drop}</select></td>
    </tr>

    This is the table row that houses the drop down for selecting priorities.
    In the first <tr> tag insert "style="display:none".
    So it will look like this <tr style="display:none">
    This will make the whole table row invisible.
    Now the only way to change a priority is to do it in the admin area.
    Hope it helps.

    Posted 2 years ago #
  3. User has not uploaded an avatar

    yae

    offline
    Member

    thank you for your reply. Runs fine :-)

    Posted 2 years ago #
  4. User has not uploaded an avatar

    yae

    offline
    Member

    Not runs under IE

    Posted 2 years ago #
  5. User has not uploaded an avatar

    yae

    offline
    Member

    up!

    Please, any solution under IE?

    Posted 2 years ago #
  6. User has not uploaded an avatar

    yae

    offline
    Member

    ok. I have solved!! :-)

    Correct: style='display:none'

    Posted 2 years ago #

RSS feed for this topic

Reply to this topic

You must log in to post.