Without internal lang tokens hard make universal function for skin programing.
Some situation:
1) This code work fine without use internal lang
but with internal lang we another word than unlimited.
2) This JS code be work only for english internal lang too:
Be fine if i can use Internal lang Tokens as:
and
or have more customisation table.
Thank you for help.
Some situation:
1) This code work fine without use internal lang
Code:
|*if NDOMAINSMAX="unlimited"|
<li><span>|LANG_DOMAINS|:</span>|NDOMAINS|</li>
|*else|
<li><span>|LANG_DOMAINS|:</span>|NDOMAINS| / |NDOMAINSMAX|</li>
|*endif|
but with internal lang we another word than unlimited.
2) This JS code be work only for english internal lang too:
Code:
$("table.list").each(function(){$(this).find("tr:first td:contains('Advanced Search')").parent().remove();});
Be fine if i can use Internal lang Tokens as:
Code:
|*if NDOMAINSMAX="`LANG_INTERNAL_COMMAND#66`"|
<li><span>|LANG_DOMAINS|:</span>|NDOMAINS|</li>
|*else|
<li><span>|LANG_DOMAINS|:</span>|NDOMAINS| / |NDOMAINSMAX|</li>
|*endif|
and
Code:
$("table.list").each(function(){$(this).find("tr:first td:contains('|LANG_INTERNAL_TABLE#14|')").parent().remove();});
or have more customisation table.
Thank you for help.