[Added] twig admin template
This commit is contained in:
parent
00a8017731
commit
75beb308d8
41
views/twig/admin/d3manufacturerlongdesc.html.twig
Normal file
41
views/twig/admin/d3manufacturerlongdesc.html.twig
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %}
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadLang(obj)
|
||||||
|
{
|
||||||
|
var langvar = document.getElementById("catlang");
|
||||||
|
if (langvar != null )
|
||||||
|
langvar.value = obj.value;
|
||||||
|
document.myedit.submit();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{% if readonly %}
|
||||||
|
{% set readonly = "readonly disabled" %}
|
||||||
|
{% else %}
|
||||||
|
{% set readonly = "" %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<form name="transfer" id="transfer" action="{{ oViewConf.getSelfLink() }}" method="post">
|
||||||
|
{{ oViewConf.getHiddenSid()|raw }}
|
||||||
|
<input type="hidden" name="oxid" value="{{ oxid }}">
|
||||||
|
<input type="hidden" name="cl" value="d3manufacturerinfolongdesc">
|
||||||
|
<input type="hidden" name="editlanguage" value="{{ editlanguage }}">
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<form name="myedit" id="myedit" action="{{ oViewConf.getSelfLink() }}" method="post" onSubmit="copyLongDesc( 'oxmanufacturers__D3DESCRIPTION' );" style="padding: 0px;margin: 0px;height:0px;">
|
||||||
|
{{ oViewConf.getHiddenSid()|raw }}
|
||||||
|
<input type="hidden" name="cl" value="d3manufacturerinfolongdesc">
|
||||||
|
<input type="hidden" name="fnc" value="">
|
||||||
|
<input type="hidden" name="oxid" value="{{ oxid }}">
|
||||||
|
<input type="hidden" name="voxid" value="{{ oxid }}">
|
||||||
|
<input type="hidden" name="editval[oxmanufacturers__oxid]" value="{{ oxid }}">
|
||||||
|
<input type="hidden" name="catlang" value="{{ catlang }}">
|
||||||
|
<input type="hidden" name="editval[oxmanufacturers__D3DESCRIPTION]" value="">
|
||||||
|
|
||||||
|
{% include "include/category_text_editor.html.twig" %}
|
||||||
|
</form>
|
||||||
|
|
||||||
|
{% include "bottomnaviitem.html.twig" %}
|
||||||
|
|
||||||
|
{% include "bottomitem.html.twig" %}
|
Loading…
x
Reference in New Issue
Block a user