Impressum
Yet Another Multicolumn Layout | Ein (X)HTML/CSS Framework
Forum Home Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 28.08.2009, 09:50
nervensäge nervensäge is offline
Neuer Benutzer
 
Join Date: 28.08.2009
Posts: 2
Default box ganz in yaml wie ?

das ist das orginal und ich nutze yaml- xtc 1.6

HTML Code:
{config_load file="$language/lang_$language.conf" section="wishlist"}
{if $deny neq 'true'}

<table width="100%" border="0" cellpadding="4" cellspacing="0">
    <tr>
        <td class="infoBoxHeading_right">{#heading_wishlist#}</td>
  </tr>
      </table>
<table width="100%"  border="0" cellpadding="5" cellspacing="0">
  <tr>
    <td class="infoBox_right" align="left"> {if $IS_MERCHANT=='true'}
      {$BOX_CONTENT} <a href="{$NEW_WISHLIST}">{#create_new#}</a>
      <hr />
      {/if}
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        {if $empty=='false'}
        {foreach name=aussen item=products_data from=$wishlist}
        <tr>
          <td class="main"><a href="{$products_data.LINK}">{$products_data.NAME|truncate:15:"...":true}</a></td>
        </tr>
        {/foreach}
        <tr>
          <td colspan="2">&nbsp;</td>
        </tr>
        {else}
        <tr>
          <td class="boxText">{#text_empty_wishlist#}</td>
        </tr>
        {/if}
        <tr>
          <td class="boxText" align="right"><a href="{$LINK_WISHLIST}">{#text_to_wishlist#}</a></td>
        </tr>
      </table></td>
  </tr>
</table>
{/if}
HTML Code:

{config_load file="$language/lang_$language.conf" section="wishlist"}
<div class="boxInfoRS" id="box_currencies">
    <h4>{#heading_wishlist#}</h4>
{if $deny neq 'true'}
<div class="boxInfoBodyRS">{if $IS_MERCHANT=='true'}
      {$BOX_CONTENT} <a href="{$NEW_WISHLIST}">{#create_new#}</a>
      <hr />
      {/if}
      {if $empty=='false'}
      {foreach name=aussen item=products_data from=$wishlist}
       <tr>
          <td class="main"><a href="{$products_data.LINK}">{$products_data.NAME|truncate:15:"...":true}</a></td>
        </tr>
        {/foreach}
        <tr>
          <td colspan="2">&nbsp;</td>
        </tr>
        {else}
        <tr>
          <td class="boxText">{#text_empty_wishlist#}</td>
        </tr>
        {/if}
        <tr>
          <td class="boxText" align="right"><a href="{$LINK_WISHLIST}">{#text_to_wishlist#}</a></td>
        </tr>
    </div>
 </div>
{/if}
ich bekomme aber die tabellen nicht weg.
Reply With Quote
Reply

Bookmarks
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shinybuttons: wie kriege ich die ganz nach Links Endlichzuhause HTML, CSS und Gestaltung 2 17.03.2009 20:31
Ist es machbar eine ganz bestimmte Box im Board anzeigen zu lassen? Fireman JGS-Portal 1 31.10.2007 13:02
VERSCHOBEN: wie bekomme ich "topnav" so hin wie auf yaml.de? db HTML, CSS und Gestaltung 0 28.08.2007 09:29
Yaml und CMS - oder ganz anders vna Off-Topic 0 16.08.2006 04:13
Jommla und Yaml passen nicht ganz zusammen imported_timmy HTML, CSS und Gestaltung 2 23.06.2006 15:20


All times are GMT +1. The time now is 20:39.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Powered by vBCMS® 2.5.0 ©2002 - 2010 vbdesigns.de