X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Information box in admin moving?? (https://forum.x-cart.com/showthread.php?t=20850)

dazybabes 03-31-2006 06:25 AM

Information box in admin moving??
 
I don't know whats happened, whether Ive moved something or whether its corrupted but when ever I update something in the admin side of x cart the Information box that pops up to confirm your actions seems to have jumped to the right hand side under the other menus on the right

http://www.kitinfo.co.uk/Images/admin.jpg

I don't know if its something that Ive amended thats affected it or what?? and I don't know where to start looking??

Any help chaps?

balinor 03-31-2006 06:33 AM

Did you edit dialog_message.tpl?

dazybabes 03-31-2006 06:42 AM

I don't know? I don't think so?

this is the code that I have for dialog_message.tpl

Code:

{if $top_message.content ne "" or $alt_content ne ""}
{if $top_message.type eq "E"}
{assign var="log_icon" value="log_type_Error.gif"}
{assign var="log_title" value=$lng.lbl_error}
{elseif $top_message.type eq "W"}
{assign var="log_icon" value="log_type_Warning.gif"}
{assign var="log_title" value=$lng.lbl_warning}
{else}
{assign var="log_icon" value="log_type_Information.gif"}
{assign var="log_title" value=$lng.lbl_information}
{/if}
{if $alt_content ne ""}
{assign var="log_icon" value="log_type_Warning.gif"}
{assign var="log_title" value=$title}
{/if}
<TABLE border="0" cellpadding="0" cellspacing="0" width="85%" align="center">
<TR>
<TD height="15" valign="bottom" class="DialogBorder">
<TABLE width="100%" border="0" cellspacing="2" cellpadding="0">
<TR>
<TD class="DialogTitle">[img]{$ImagesDir}/{$log_icon}[/img] {$log_title}</TD>
<TD align="right" class="DialogTitle">
{if $top_message.no_close eq ""}
[img]{$ImagesDir}/close.gif[/img]
{/if}

</TD>
</TR>
</TABLE></TD>
</TR>
<TR>
<TD class="DialogBorder">
<TABLE border="0" cellpadding="10" cellspacing="1" width="100%">
<TR>
<TD valign="top" class="DialogBox">{if $alt_content ne ""}{$alt_content}{else}{$top_message.content}{/if}
{if $top_message.anchor ne ""}



<DIV align="right">{$lng.lbl_go_to_last_edit_section} [img]{$ImagesDir}/goto_arr.gif[/img]</DIV>{/if}
</TD>
</TR>
</TABLE></TD>
</TR></TABLE>


{/if}


dazybabes 04-04-2006 12:30 AM

Well Ive downloaded another version of this file and it looks like its exactly the same as the one that Ive got so nope its definitely not that?

Anymore ideas peoples?

balinor 04-04-2006 03:15 AM

It is a broken table somewhere...just not sure where :(

dazybabes 04-04-2006 06:02 AM

Ive found it?! It was the location.tpl that was messing things up?
I had to amend it so that it was in a little from the edge so that it fit in with the curve on my site?

Ive replaced it with an original and it all looks to be working fine.

Thanks


All times are GMT -8. The time now is 02:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.