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 7575 </ dd >
7676 {% endif %}
7777 {% if IDEA_DUPLICATE or S_IS_MOD %}
78- < dt class ="duplicatetoggle idealabel "{% if IDEA_STATUS_ID ! = 4 %} style ="display:none "{% endif %} > {{ lang('DUPLICATE') ~ lang('COLON') }}</ dt >
79- < dd class ="duplicatetoggle " {% if IDEA_STATUS_ID ! = 4 %}style ="display:none "{% endif %} >
78+ < dt class ="duplicatetoggle idealabel "{% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %} style ="display:none "{% endif %} > {{ lang('DUPLICATE') ~ lang('COLON') }}</ dt >
79+ < dd class ="duplicatetoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.DUPLICATE %}style ="display:none "{% endif %} >
8080 < 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 >
8585 </ dd >
8686 {% endif %}
8787 {% if IDEA_IMPLEMENTED or S_IS_MOD %}
88- < dt class ="implementedtoggle idealabel "{% if IDEA_STATUS_ID ! = 3 %} style ="display:none "{% endif %} > {{ lang('IMPLEMENTED_VERSION') ~ lang('COLON') }}</ dt >
89- < dd class ="implementedtoggle " {% if IDEA_STATUS_ID ! = 3 %}style ="display:none "{% endif %} >
88+ < dt class ="implementedtoggle idealabel "{% if IDEA_STATUS_ID ! = STATUS_ARY.IMPLEMENTED %} style ="display:none "{% endif %} > {{ lang('IMPLEMENTED_VERSION') ~ lang('COLON') }}</ dt >
89+ < dd class ="implementedtoggle " {% if IDEA_STATUS_ID ! = STATUS_ARY.IMPLEMENTED %}style ="display:none "{% endif %} >
9090 < span id ="implementedversion "{% if not IDEA_IMPLEMENTED %} style ="display:none; "{% endif %} > {{ IDEA_IMPLEMENTED }}</ span >
9191 {% if S_IS_MOD %}
9292 < a href ="{{ U_EDIT_IMPLEMENTED }} " id ="implementededit " data-l-add ="{{ lang('ADD') }} " data-l-edit ="{{ lang('EDIT') }} "> {% if IDEA_IMPLEMENTED %}< i class ="fa fa-fw fa-pencil "> </ i > {{ lang('EDIT') }}{% else %}< i class ="fa fa-fw fa-plus-circle "> </ i > {{ lang('ADD') }}{% endif %}</ a >
You can’t perform that action at this time.
0 commit comments