In two templates, usercp and usercpnav, there is a usage of the {tableinnerextra} “replacement”. Specifically I am referring to the tables that control the width of the list of options on the screen and the buddy list width.
In usercpnav
(down 2 lines of code)
In usercp Find:
(down 4 lines of code)
I found that the use of these replacements caused great distortion in my screen when a static value was entered into my created style.
Since both have hardcoded values of a dynamic 100% is there a need for the {tableinnerextra} to even exist in these lines?
What is expected from Version 3 regarding this matter?
In usercpnav
(down 2 lines of code)
PHP Code:
<table cellpadding="4" cellspacing="1" border="0" {tableinnerextra} width="100%">
PHP Code:
<!-- start pm message table -->
PHP Code:
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
Since both have hardcoded values of a dynamic 100% is there a need for the {tableinnerextra} to even exist in these lines?
What is expected from Version 3 regarding this matter?
Comment