Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

Couple additional items #7

Closed bellwood closed 10 years ago

bellwood commented 10 years ago

clientarea.php?action=products:

-on the initial page, the "view details" and drop down button are split by a line break

-on subsequent pages, the button group is together on a single line

-if the grid is set to view "unlimited", the "view details" and drop down button are split by a line break

::this namely seems to occur when there is a long product status in the neighboring column, e.g. "suspended"

clientarea.php?action=masspay:

-when no records are found, "No Records Found" is centered, it would look better left aligned under the "Description" heading

-when no records are found, "sub total" and "total due" are left aligned in the "amount" column , it would look better right aligned as most people are accustom to seeing "financial" information right aligned (and is how the data is presented when there are records)

-when no records are found payment method should be hidden

clientarea.php?action=creditcard

-tabs disappear when you click this item, other tabs seem OK

bellwood commented 10 years ago

clientarea.php?action=creditcard

This is fixed in "clientareacreditcard.tpl"

with the following:

change the first line to: {include file="$template/pageheader.tpl" title=$LANG.clientareanavccdetails navtype="clientdetails"}

remove the third line: {include file="$template/clientareadetailslinks.tpl"}

bellwood commented 10 years ago

I'm going to close this one myself.

The functionality issues in this issue have been fixed and the formatting ones are really upon the individual (if you ask me) if deemed necessary.