Jump to content
WebFlake

How to create the IPS Bug Tracker


Shay

Recommended Posts

  • 8 months later...

Just one suggestion. The custom code for the field Status can be:

{{if ($formValue=='pending')}}
<span class="ipsBadge ipsBadge_style3 ipsPos_right">{$value|raw}</span>
{{elseif ($formValue=='fixed')}}
<span class="ipsBadge ipsBadge_style4 ipsPos_right">{$value|raw}</span>
{{elseif ($formValue=='closed')}}
<span class="ipsBadge ipsBadge_style6 ipsPos_right">{$value|raw}</span>
{{endif}}

This way the field can be used with any language and the field value can be changed/translated any time without losing formatting.

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...