google-code-export / evision

Automatically exported from code.google.com/p/evision
0 stars 0 forks source link

Broken css and function in the Client Portal #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please enter the URL this relates to, otherwise no action will be taken on
issue:
https://manage.ucclouds.com/clientarea.php?action=productdetails

What steps will reproduce the problem?
1. Log into the Client Portal as a Client
2. Click on the eVision Button from the Home Page
3. N/A

What is the expected output? What do you see instead?

All of the formatting of the page is missing; when a Client logs into to manage 
their eVision, they should be able to see their eVision Admin area and have the 
ability to send eVision Support from this page; all of this is missing.

What web browser are you using (Internet Explorer, Firefox, etc)? On what
operating system?

IE, FF, Chrome

Please provide any additional information below.

Original issue reported on code.google.com by keither...@gmail.com on 10 Feb 2011 at 6:36

GoogleCodeExporter commented 9 years ago
I removed the {else} statement on line 245 and the blank page is gone but the 
page layout and additional options are missing.

Reported Error:
Smarty Error: [in 
/home/manageu/public_html/templates/uc_enterprise/clientareaproductdetails.tpl 
line 385]: syntax error: mismatched tag {/if}. (Smarty_Compiler.class.php, line 
2338) 

Smarty Error: [in 
/home/manageu/public_html/templates/uc_enterprise/clientareaproductdetails.tpl 
line 383]: syntax error: unexpected {else} (Smarty_Compiler.class.php, line 
478) 

Lines 383-385:
{else}
<h3>Sorry! This account is currently inactive, please open a Support Ticket if 
this is an error, Thank You</h3>
{/if}

Original comment by keith.r...@ucclouds.com on 10 Feb 2011 at 6:56