First upload
This commit is contained in:
3
shop/source/Application/views/admin/tpl/include/additional_tooltips.tpl
Executable file
3
shop/source/Application/views/admin/tpl/include/additional_tooltips.tpl
Executable file
@@ -0,0 +1,3 @@
|
||||
<span class="popUpStyle" id="category_recalcnrofarticles" style="position: absolute;visibility: hidden;top:0;left:0;">[{oxmultilang ident="TOOLTIPS_RECALCNROFARTICLESINCAT"}]</span>
|
||||
<span class="popUpStyle" id="vendor_recalcnrofarticles" style="position: absolute;visibility: hidden;top:0;left:0;">[{oxmultilang ident="TOOLTIPS_RECALCNROFARTICLESINVND"}]</span>
|
||||
<span class="popUpStyle" id="manufacturer_recalcnrofarticles" style="position: absolute;visibility: hidden;top:0;left:0;">[{oxmultilang ident="TOOLTIPS_RECALCNROFARTICLESINMAN"}]</span>
|
||||
@@ -0,0 +1,3 @@
|
||||
[{if !$readonly}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxlinks__oxid->value}]');" class="delete" id="del.[{$_cnt}]" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
3
shop/source/Application/views/admin/tpl/include/article_list_actions.tpl
Executable file
3
shop/source/Application/views/admin/tpl/include/article_list_actions.tpl
Executable file
@@ -0,0 +1,3 @@
|
||||
[{if !$readonly}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxarticles__oxid->value}]');" class="delete" id="del.[{$_cnt}]"title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
@@ -0,0 +1,3 @@
|
||||
[{if !$readonly}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxattribute__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
@@ -0,0 +1,3 @@
|
||||
[{if $listitem->oxcategories__oxleft->value + 1 == $listitem->oxcategories__oxright->value}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxcategories__oxid->value}]');" class="delete" id="del.[{$_cnt}]" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
192
shop/source/Application/views/admin/tpl/include/category_main_form.tpl
Executable file
192
shop/source/Application/views/admin/tpl/include/category_main_form.tpl
Executable file
@@ -0,0 +1,192 @@
|
||||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
[{block name="admin_category_main_form"}]
|
||||
<tr>
|
||||
<td class="edittext" width="120">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_ACTIVE"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input class="edittext" type="checkbox" name="editval[oxcategories__oxactive]" value='1' [{if $edit->oxcategories__oxactive->value == 1}]checked[{/if}] [{$readonly}]>
|
||||
[{oxmultilang ident="CATEGORY_MAIN_HIDDEN"}]
|
||||
<input class="edittext" type="checkbox" name="editval[oxcategories__oxhidden]" value='1' [{if $edit->oxcategories__oxhidden->value == 1}]checked[{/if}] [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_ACTIVE"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_TITLE"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="25" maxlength="[{$edit->oxcategories__oxtitle->fldmax_length}]" name="editval[oxcategories__oxtitle]" value="[{$edit->oxcategories__oxtitle->value}]" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_TITLE"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_DESCRIPTION"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="25" maxlength="[{$edit->oxcategories__oxdesc->fldmax_length}]" name="editval[oxcategories__oxdesc]" value="[{$edit->oxcategories__oxdesc->value}]" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_DESCRIPTION"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_PARENTID"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<select name="editval[oxcategories__oxparentid]" class="editinput" [{$readonly}]>
|
||||
[{foreach from=$cattree->aList item=pcat}]
|
||||
<option value="[{if $pcat->oxcategories__oxid->value}][{$pcat->oxcategories__oxid->value}][{else}]oxrootid[{/if}]" [{if $pcat->selected}]SELECTED[{/if}]>[{$pcat->oxcategories__oxtitle->getRawValue()|oxtruncate:33:"..":true}]</option>
|
||||
[{/foreach}]
|
||||
</select>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_PARENTID"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_SORT"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="25" maxlength="[{$edit->oxcategories__oxsort->fldmax_length}]" name="editval[oxcategories__oxsort]" value="[{$edit->oxcategories__oxsort->value}]" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_SORT"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_THUMB"}]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
<input id="oxthumb" type="text" class="editinput" size="42" maxlength="[{$edit->oxcategories__oxthumb->fldmax_length}]" name="editval[oxcategories__oxthumb]" value="[{$edit->oxcategories__oxthumb->value}]">
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_THUMB"}]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
[{if (!($edit->oxcategories__oxthumb->value=="nopic.jpg" || $edit->oxcategories__oxthumb->value=="" || $edit->oxcategories__oxthumb->value=="nopic_ico.jpg"))}]
|
||||
<a href="Javascript:DeletePic('oxthumb');" class="delete left" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
<input class="editinput" name="myfile[TC@oxcategories__oxthumb]" type="file" size="26" [{$readonly}]>
|
||||
([{oxmultilang ident="GENERAL_MAX_FILE_UPLOAD"}] [{$sMaxFormattedFileSize}], [{oxmultilang ident="GENERAL_MAX_PICTURE_DIMENSIONS"}])
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_ICON"}]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
<input id="oxicon" type="text" class="editinput" size="42" maxlength="[{$edit->oxcategories__oxicon->fldmax_length}]" name="editval[oxcategories__oxicon]" value="[{$edit->oxcategories__oxicon->value}]">
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_ICON"}]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
[{if (!($edit->oxcategories__oxicon->value=="nopic.jpg" || $edit->oxcategories__oxicon->value=="" || $edit->oxcategories__oxicon->value=="nopic_ico.jpg"))}]
|
||||
<a href="Javascript:DeletePic('oxicon');" class="delete left" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
<input class="editinput" name="myfile[CICO@oxcategories__oxicon]" type="file" size="26" >
|
||||
([{oxmultilang ident="GENERAL_MAX_FILE_UPLOAD"}] [{$sMaxFormattedFileSize}], [{oxmultilang ident="GENERAL_MAX_PICTURE_DIMENSIONS"}])
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_PROMOTION_ICON"}]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
<input id="oxpromoicon" type="text" class="editinput" size="42" maxlength="[{$edit->oxcategories__oxpromoicon->fldmax_length}]" name="editval[oxcategories__oxpromoicon]" value="[{$edit->oxcategories__oxpromoicon->value}]">
|
||||
[{ oxinputhelp ident="HELP_CATEGORY_MAIN_PROMOTION_ICON" }]
|
||||
</td>
|
||||
<td class="edittext">
|
||||
[{if (!($edit->oxcategories__oxpromoicon->value=="nopic.jpg" || $edit->oxcategories__oxpromoicon->value=="" || $edit->oxcategories__oxpromoicon->value=="nopic_ico.jpg")) }]
|
||||
<a href="Javascript:DeletePic('oxpromoicon');" class="delete left" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
<input class="editinput" name="myfile[PICO@oxcategories__oxpromoicon]" type="file" size="26" >
|
||||
([{ oxmultilang ident="GENERAL_MAX_FILE_UPLOAD"}] [{$sMaxFormattedFileSize}], [{ oxmultilang ident="GENERAL_MAX_PICTURE_DIMENSIONS"}])
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_EXTLINK"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="42" maxlength="[{$edit->oxcategories__oxextlink->fldmax_length}]" name="editval[oxcategories__oxextlink]" value="[{$edit->oxcategories__oxextlink->value}]" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_EXTLINK"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_TEMPLATE"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="42" maxlength="[{$edit->oxcategories__oxtemplate->fldmax_length}]" name="editval[oxcategories__oxtemplate]" value="[{$edit->oxcategories__oxtemplate->value}]" [{include file="help.tpl" helpid=article_template}] [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_TEMPLATE"}]
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_DEFSORT"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<select name="editval[oxcategories__oxdefsort]" class="editinput" onChange="JavaScript:SchnellSortManager(this);">
|
||||
<option value="">[{oxmultilang ident="CATEGORY_MAIN_NONE"}]</option>
|
||||
[{foreach from=$sortableFields key=field item=desc}]
|
||||
[{assign var="ident" value="GENERAL_ARTICLE_"|cat:$desc}]
|
||||
[{assign var="ident" value=$ident|oxupper}]
|
||||
<option value="[{$desc}]" [{if $defsort == $desc}]SELECTED[{/if}]>[{oxmultilang|oxtruncate:20:"..":true ident=$ident}]</option>
|
||||
[{/foreach}]
|
||||
</select>
|
||||
<input type="radio" class="editinput" name="editval[oxcategories__oxdefsortmode]" [{if !$defsort}]disabled[{/if}] value="0" [{if $edit->oxcategories__oxdefsortmode->value=="0"}]checked[{/if}]>[{oxmultilang ident="CATEGORY_MAIN_ASC"}]
|
||||
<input type="radio" class="editinput" name="editval[oxcategories__oxdefsortmode]" [{if !$defsort}]disabled[{/if}] value="1" [{if $edit->oxcategories__oxdefsortmode->value=="1"}]checked[{/if}]>[{oxmultilang ident="CATEGORY_MAIN_DESC"}]
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_DEFSORT"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_PRICEFROMTILL"}] ([{$oActCur->sign}])
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="5" maxlength="[{$edit->oxcategories__oxpricefrom->fldmax_length}]" name="editval[oxcategories__oxpricefrom]" value="[{$edit->oxcategories__oxpricefrom->value}]" [{$readonly}]>
|
||||
<input type="text" class="editinput" size="5" maxlength="[{$edit->oxcategories__oxpriceto->fldmax_length}]" name="editval[oxcategories__oxpriceto]" value="[{$edit->oxcategories__oxpriceto->value}]" onchange="JavaScript:LockAssignment(this);" onkeyup="JavaScript:LockAssignment(this);" onmouseout="JavaScript:LockAssignment(this);" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_PRICEFROMTILL"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_VAT"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="text" class="editinput" size="5" maxlength="[{$edit->oxcategories__oxvat->fldmax_length}]" name="editval[oxcategories__oxvat]" value="[{$edit->oxcategories__oxvat->value}]" [{$readonly}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_VAT"}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
[{oxmultilang ident="CATEGORY_MAIN_SKIPDISCOUNTS"}]
|
||||
</td>
|
||||
<td class="edittext" colspan="2">
|
||||
<input type="hidden" name="editval[oxcategories__oxskipdiscounts]" value='0' [{$readonly_fields}]>
|
||||
<input class="edittext" type="checkbox" name="editval[oxcategories__oxskipdiscounts]" value='1' [{if $edit->oxcategories__oxskipdiscounts->value == 1}]checked[{/if}] [{$readonly_fields}]>
|
||||
[{oxinputhelp ident="HELP_CATEGORY_MAIN_SKIPDISCOUNTS"}]
|
||||
</td>
|
||||
</tr>
|
||||
[{/block}]
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
</td>
|
||||
<td class="edittext" colspan="2"><br>
|
||||
<input type="submit" class="edittext" name="save" value="[{oxmultilang ident="CATEGORY_MAIN_SAVE"}]" onClick="Javascript:document.myedit.fnc.value='save'" [{$readonly}]><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext">
|
||||
</td>
|
||||
<td class="edittext" colspan="2"><br>
|
||||
[{include file="language_edit.tpl"}]
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<!-- Anfang rechte Seite -->
|
||||
<td valign="top" class="edittext" align="left" width="50%">
|
||||
[{block name="admin_category_main_assign_articles"}]
|
||||
[{if $oxid != "-1"}]
|
||||
<input [{$readonly}] type="button" name="assignArticle" value="[{oxmultilang ident="GENERAL_ASSIGNARTICLES"}]" class="edittext" onclick="JavaScript:showDialog('&cl=category_main&aoc=1&oxid=[{$oxid}]');" [{if $edit->oxcategories__oxpriceto->value > 0}] disabled [{/if}]>
|
||||
[{/if}]
|
||||
[{/block}]
|
||||
20
shop/source/Application/views/admin/tpl/include/category_text_editor.tpl
Executable file
20
shop/source/Application/views/admin/tpl/include/category_text_editor.tpl
Executable file
@@ -0,0 +1,20 @@
|
||||
[{include file="include/editor.tpl"}]
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" class="edittext">
|
||||
[{if $languages}]<b>[{oxmultilang ident="GENERAL_LANGUAGE"}]</b>
|
||||
<select name="catlang" class="editinput" onchange="Javascript:loadLang(this)" [{$readonly}]>
|
||||
[{foreach key=key item=item from=$languages}]
|
||||
<option value="[{$key}]"[{if $catlang == $key}] SELECTED[{/if}]>[{$item->name}]</option>
|
||||
[{/foreach}]
|
||||
</select>
|
||||
[{/if}]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="submit" class="edittext" name="save" value="[{oxmultilang ident="CATEGORY_TEXT_SAVE"}]" onClick="Javascript:document.myedit.fnc.value='save'">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxdelivery__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{ $listitem->oxdeliveryset__oxid->value }]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{ $listitem->oxdiscount__oxid->value }]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
1
shop/source/Application/views/admin/tpl/include/editor.tpl
Executable file
1
shop/source/Application/views/admin/tpl/include/editor.tpl
Executable file
@@ -0,0 +1 @@
|
||||
[{$editor}]
|
||||
@@ -0,0 +1 @@
|
||||
[{oxmultilang ident="EMAIL_PRICEALARM_CUSTOMER_CLICKHERE1"}]<a href="[{$oViewConf->getBaseDir()}]index.php?cl=details&anid=[{$product->oxarticles__oxid->value}]" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;"><b>[{oxmultilang ident="EMAIL_PRICEALARM_CUSTOMER_CLICKHERE2"}]</b></a>.
|
||||
@@ -0,0 +1,2 @@
|
||||
<br><br>
|
||||
[{oxcontent ident="oxemailfooter"}]
|
||||
15
shop/source/Application/views/admin/tpl/include/frameset.tpl
Executable file
15
shop/source/Application/views/admin/tpl/include/frameset.tpl
Executable file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>[{oxmultilang ident="GENERAL_ADMIN_TITLE"}]</title>
|
||||
</head>
|
||||
|
||||
<!-- frames -->
|
||||
<frameset rows="40%,*" border="0" onload="top.loadEditFrame('[{$oViewConf->getSelfLink()}]&[{$editurl}][{if $oxid}]&oxid=[{$oxid}][{/if}]');">
|
||||
<frame src="[{$oViewConf->getSelfLink()}]&[{$listurl}][{if $oxid}]&oxid=[{$oxid}][{/if}]" name="list" id="list" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
|
||||
<frame src="" name="edit" id="edit" frameborder="0" scrolling="auto" noresize marginwidth="0" marginheight="0">
|
||||
</frameset>
|
||||
|
||||
|
||||
</html>
|
||||
29
shop/source/Application/views/admin/tpl/include/header_links.tpl
Executable file
29
shop/source/Application/views/admin/tpl/include/header_links.tpl
Executable file
@@ -0,0 +1,29 @@
|
||||
[{assign var="oConfig" value=$oViewConf->getConfig()}]
|
||||
<ul>
|
||||
[{block name="admin_header_links"}]
|
||||
<li class="act">
|
||||
<a href="[{$oViewConf->getSelfLink()}]&cl=navigation&item=home.tpl" id="homelink" target="basefrm" class="rc">
|
||||
<b>
|
||||
<i class="fa-fw fa-solid fa-table-columns"></i>
|
||||
[{oxmultilang ident="NAVIGATION_HOME"}]
|
||||
</b>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sep">
|
||||
<a href="[{$oConfig->getShopURL()}]" id="shopfrontlink" target="_blank" class="rc">
|
||||
<b>
|
||||
<i class="fa-fw fa-solid fa-home"></i>
|
||||
[{oxmultilang ident="NAVIGATION_SHOPFRONT"}]
|
||||
</b>
|
||||
</a>
|
||||
</li>
|
||||
<li class="sep">
|
||||
<a href="[{$oViewConf->getSelfLink()}]&cl=navigation&fnc=logout" id="logoutlink" target="_parent" class="rc">
|
||||
<b>
|
||||
<i class="fa-fw fa-solid fa-right-from-bracket"></i>
|
||||
[{oxmultilang ident="NAVIGATION_LOGOUT"}]
|
||||
</b>
|
||||
</a>
|
||||
</li>
|
||||
[{/block}]
|
||||
</ul>
|
||||
0
shop/source/Application/views/admin/tpl/include/ldap_options.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/ldap_options.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/login_messages.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/login_messages.tpl
Executable file
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxmanufacturers__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
1
shop/source/Application/views/admin/tpl/include/news_list_actions.tpl
Executable file
1
shop/source/Application/views/admin/tpl/include/news_list_actions.tpl
Executable file
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{ $listitem->oxnews__oxid->value }]');" class="delete" id="del.[{$_cnt}]" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
90
shop/source/Application/views/admin/tpl/include/order_info.tpl
Executable file
90
shop/source/Application/views/admin/tpl/include/order_info.tpl
Executable file
@@ -0,0 +1,90 @@
|
||||
<table border="0" cellspacing="0" cellpadding="0" id="order.info">
|
||||
[{block name="admin_order_overview_info_items"}]
|
||||
[{if $edit->isNettoMode()}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_INETTO"}]</td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedTotalNetSum()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_DISCOUNT"}] </td>
|
||||
<td class="edittext" align="right"><b>- [{$edit->getFormattedDiscount()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{foreach key=iVat from=$aProductVats item=dVatPrice}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_IVAT"}] ([{$iVat}]%)</td>
|
||||
<td class="edittext" align="right"><b>[{$dVatPrice}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/foreach}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_IBRUTTO"}]</td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedTotalBrutSum()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{else}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_IBRUTTO"}]</td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedTotalBrutSum()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_DISCOUNT"}] </td>
|
||||
<td class="edittext" align="right"><b>- [{$edit->getFormattedDiscount()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_INETTO"}]</td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedTotalNetSum()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{foreach key=iVat from=$aProductVats item=dVatPrice}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_IVAT"}] ([{$iVat}]%)</td>
|
||||
<td class="edittext" align="right"><b>[{$dVatPrice}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/foreach}]
|
||||
[{/if}]
|
||||
[{if $edit->oxorder__oxvoucherdiscount->value}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_VOUCHERS"}]</td>
|
||||
<td class="edittext" align="right"><b>- [{$edit->getFormattedTotalVouchers()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/if}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_DELIVERYCOST"}] </td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedeliveryCost()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_PAYCOST"}] </td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedPayCost()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{if $edit->oxorder__oxwrapcost->value}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_WRAPPING"}] [{if $wrapping}]([{$wrapping->oxwrapping__oxname->value}])[{/if}] </td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedWrapCost()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/if}]
|
||||
[{if $edit->oxorder__oxgiftcardcost->value}]
|
||||
<tr>
|
||||
<td class="edittext" height="15">[{oxmultilang ident="GENERAL_CARD"}] [{if $giftCard}]([{$giftCard->oxwrapping__oxname->value}])[{/if}] </td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedGiftCardCost()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/if}]
|
||||
[{/block}]
|
||||
[{block name="admin_order_overview_info_sumtotal"}]
|
||||
<tr>
|
||||
<td class="edittext" height="25">[{oxmultilang ident="GENERAL_SUMTOTAL"}] </td>
|
||||
<td class="edittext" align="right"><b>[{$edit->getFormattedTotalOrderSum()}]</b></td>
|
||||
<td class="edittext"> <b>[{if $edit->oxorder__oxcurrency->value}] [{$edit->oxorder__oxcurrency->value}] [{else}] [{$currency->name}] [{/if}]</b></td>
|
||||
</tr>
|
||||
[{/block}]
|
||||
</table>
|
||||
8
shop/source/Application/views/admin/tpl/include/persparams.tpl
Executable file
8
shop/source/Application/views/admin/tpl/include/persparams.tpl
Executable file
@@ -0,0 +1,8 @@
|
||||
[{block name="admin_include_persparams"}]
|
||||
[{foreach key=persParamKey from=$persParams item=persParamValue name=persparams}]
|
||||
[{if !$smarty.foreach.persparams.first}] , [{/if}]
|
||||
<em>
|
||||
[{if $persParams|@count == 1}][{oxmultilang ident="GENERAL_LABEL"}]:[{else}][{$persParamKey}]:[{/if}] [{$persParamValue}]
|
||||
</em>
|
||||
[{/foreach}]
|
||||
[{/block}]
|
||||
@@ -0,0 +1,3 @@
|
||||
[{if !$listitem->isOx() && $readonly == ""}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxpricealarm__oxid->value}]');" class="delete" id="del.[{$_cnt}]" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
0
shop/source/Application/views/admin/tpl/include/rdfa_script.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/rdfa_script.tpl
Executable file
1
shop/source/Application/views/admin/tpl/include/select_list_actions.tpl
Executable file
1
shop/source/Application/views/admin/tpl/include/select_list_actions.tpl
Executable file
@@ -0,0 +1 @@
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{ $listitem->oxselectlist__oxid->value }]');" class="delete" id="del.[{$_cnt}]" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
0
shop/source/Application/views/admin/tpl/include/support_contact_form.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/support_contact_form.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/user_main_ldap.tpl
Executable file
0
shop/source/Application/views/admin/tpl/include/user_main_ldap.tpl
Executable file
3
shop/source/Application/views/admin/tpl/include/vendor_list_actions.tpl
Executable file
3
shop/source/Application/views/admin/tpl/include/vendor_list_actions.tpl
Executable file
@@ -0,0 +1,3 @@
|
||||
[{if !$readonly}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxvendor__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
@@ -0,0 +1,3 @@
|
||||
[{if !$readonly}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxvoucherseries__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
@@ -0,0 +1,5 @@
|
||||
[{if !$readonly}]
|
||||
[{if !$listitem->isOx()}]
|
||||
<a href="Javascript:top.oxid.admin.deleteThis('[{$listitem->oxwrapping__oxid->value}]');" class="delete" id="del.[{$_cnt}]" title="" [{include file="help.tpl" helpid=item_delete}]></a>
|
||||
[{/if}]
|
||||
[{/if}]
|
||||
Reference in New Issue
Block a user