1.0.1 upd select_tab_profile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div
|
||||
{% if dom_id %}id="{{ dom_id }}"{% endif %}
|
||||
{% if ajax_url and page_type == 'profile' %}data-ajax-url="{{ ajax_url }}" onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}'{% endif %})"{% else %}onclick="clickONTHEAPROfileBTN(this)"{% endif %}
|
||||
{% if ajax_url and page_type == 'profile' %}data-ajax-url="{{ ajax_url }}" onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}' {% else %}, null {% endif %}, false)"{% else %}onclick="clickONTHEAPROfileBTN(this)"{% endif %}
|
||||
{% if page_name == sel_page_name %}
|
||||
class="selected"
|
||||
{% endif %} >
|
||||
|
||||
Reference in New Issue
Block a user