Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
{if $product_outdated eq 1}
{txt key=PRODUCT_OUTDATED_LONG}
{/if}

XT5 bootstrap

Code Block
languagexml
{if $product_outdated eq 1}
<div class="alert alert-info alert-dismissible" role="alert">
	<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
    <p class="item"><span class="glyphicon glyphicon-bullhorn"></span>&nbsp;&nbsp;{txt key=PRODUCT_OUTDATED_SHORT}</p>
</div>	
{/if}

Produkt wird bald aufgelistet - kurzer Text (Bsp. Produktlisting).

...

Code Block
languagexml
{if $product_outdated_soon eq 1}
{txt key=PRODUCT_OUTDATED_SOON_LONG}
{/if}

XT5 bootstrap

Code Block
languagexml
{if $product_outdated eq 1}
<div class="alert alert-danger alert-dismissible" role="alert">
	<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
    <p class="item"><span class="glyphicon glyphicon-bullhorn"></span>&nbsp;&nbsp;{txt key=PRODUCT_OUTDATED_SOON_SHORT}</p>
</div>	
{/if}