Jump to content

Support Request Status Ribbon Style


FatihYldrm

Recommended Posts

How can I help you?

the problem you have is that this looks to be a custom template - therefore, your first port of call for template changes like this, should always be to contact the developer directly - as they will know their template better than anyone else (including me!).

 

my guess is that the {$status} variable itself contains the color that you want to remove - you use just the text, you could try {$status|strip_tags} in your template code.

 

I just want to get the status in the sidebar section below

the sidebar $status - so try the above code to remove the ribbon.

Link to comment
Share on other sites

The encoding I'm looking for is below but it does not appear in the viewticket.tpl file?

 

 

<span class="label status {if is_null($ticket.statusColor)}status-{$ticket.statusClass}"{else}status-custom" style="border-color: {$ticket.statusColor}; color: {$ticket.statusColor}"{/if}>{$ticket.status|strip_tags}</span>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated