File tree Expand file tree Collapse file tree
styles/prosilver/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 {% if IDEA_DUPLICATE or S_IS_MOD %}
7878 < dt class ="duplicatetoggle idealabel "{% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %} style ="display:none "{% endif %} > {{ lang('DUPLICATE') ~ lang('COLON') }}</ dt >
7979 < dd class ="duplicatetoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %}style ="display:none "{% endif %} >
80- < a id ="duplicatelink " class ="ideamodbtn " data-link ="{{ U_IDEA_DUPLICATE }} " data-l-msg ="{{ lang('IDEA_NUM') }} " {% if IDEA_DUPLICATE %}href ="{{ U_IDEA_DUPLICATE }} "> {{ lang('IDEA_NUM') }}{{ IDEA_DUPLICATE }}{% else %}style="display:none"> {% endif %}</ a >
80+ < a id ="duplicatelink " class ="ideamodbtn " data-link ="{{ U_IDEA_DUPLICATE }} " data-l-msg ="{{ lang('IDEA_NUM') }} " {% if IDEA_DUPLICATE %}href ="{{ U_IDEA_DUPLICATE }} "> {{ lang('IDEA_NUM') ~ IDEA_DUPLICATE }}{% else %}style="display:none"> {% endif %}</ a >
8181 {% if S_IS_MOD %}
8282 < a href ="{{ U_EDIT_DUPLICATE }} " id ="duplicateedit " data-l-add ="{{ lang('ADD') }} " data-l-edit ="{{ lang('EDIT') }} "> {% if IDEA_DUPLICATE %}< i class ="fa fa-fw fa-pencil "> </ i > {{ lang('EDIT') }}{% else %}< i class ="fa fa-fw fa-plus-circle "> </ i > {{ lang('ADD') }}{% endif %}</ a >
8383 < input type ="text " id ="duplicateeditinput " class ="ideainput "{% if IDEA_DUPLICATE %} value ="{{ IDEA_DUPLICATE }} "{% endif %} placeholder ="### " data-l-err ="{{ lang('ERROR') }} " data-l-msg ="{{ lang('TICKET_ERROR_DUP') }} " />
You can’t perform that action at this time.
0 commit comments