Subversion-Projekte lars-tiefland.ci

Revision

Revision 855 | Revision 868 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 855 Revision 866
Zeile 2... Zeile 2...
2
<script src="/js/jquery-form-wizard.js"></script>
2
<script src="/js/jquery-form-wizard.js"></script>
3
<script src="/js/jquery-form.js"></script>
3
<script src="/js/jquery-form.js"></script>
4
<script src="/js/jquery.validate.min.js"></script>
4
<script src="/js/jquery.validate.min.js"></script>
5
<script type="text/javascript" language="javascript" src="/js/localization/validate/messages_de.js"></script>
5
<script type="text/javascript" language="javascript" src="/js/localization/validate/messages_de.js"></script>
6
<script>
6
<script>
271
</script>
271
</script>
272
  <style>
272
  <style>
273
  .ui-tooltip, .arrow:after {
273
  .ui-tooltip, .arrow:after {
274
    border: 2px solid white;
274
	border: 2px solid white;
275
  }
275
  }
276
  .ui-tooltip {
276
  .ui-tooltip {
277
    padding: 10px 20px;
277
	padding: 10px 20px;
278
    border-radius: 20px;
278
	border-radius: 20px;
279
    font: bold 14px "Helvetica Neue", Sans-Serif;
279
	font: bold 14px "Helvetica Neue", Sans-Serif;
280
    box-shadow: 0 0 7px black;
280
	box-shadow: 0 0 7px black;
281
  }
281
  }
282
  .arrow {
282
  .arrow {
283
    width: 70px;
283
	width: 70px;
284
    height: 16px;
284
	height: 16px;
285
    overflow: hidden;
285
	overflow: hidden;
286
    position: absolute;
286
	position: absolute;
287
    left: 50%;
287
	left: 50%;
288
    margin-left: -35px;
288
	margin-left: -35px;
289
    bottom: -16px;
289
	bottom: -16px;
290
  }
290
  }
291
  .arrow.top {
291
  .arrow.top {
292
    top: -16px;
292
	top: -16px;
293
    bottom: auto;
293
	bottom: auto;
294
  }
294
  }
295
  .arrow.left {
295
  .arrow.left {
296
    left: 20%;
296
	left: 20%;
297
  }
297
  }
298
  .arrow:after {
298
  .arrow:after {
299
    content: "";
299
	content: "";
300
    background: black;
300
	background: black;
301
    position: absolute;
301
	position: absolute;
302
    left: 20px;
302
	left: 20px;
303
    top: -20px;
303
	top: -20px;
304
    width: 25px;
304
	width: 25px;
305
    height: 25px;
305
	height: 25px;
306
    box-shadow: 6px 5px 9px -9px black;
306
	box-shadow: 6px 5px 9px -9px black;
307
    -webkit-transform: rotate(45deg);
307
	-webkit-transform: rotate(45deg);
308
    -moz-transform: rotate(45deg);
308
	-moz-transform: rotate(45deg);
309
    -ms-transform: rotate(45deg);
309
	-ms-transform: rotate(45deg);
310
    -o-transform: rotate(45deg);
310
	-o-transform: rotate(45deg);
311
    tranform: rotate(45deg);
311
	tranform: rotate(45deg);
312
  }
312
  }
313
  .arrow.top:after {
313
  .arrow.top:after {
314
    bottom: -20px;
314
	bottom: -20px;
315
    top: auto;
315
	top: auto;
316
  }
316
  }
317
			#demoWrapper {
317
			#demoWrapper {
318
				padding : 1em;
318
				padding : 1em;
319
				width : 500px;
319
				width : 500px;
320
				border-style: solid;
320
				border-style: solid;
Zeile 372... Zeile 372...
372
				padding-right: 0.8em;
372
				padding-right: 0.8em;
373
			}
373
			}
Zeile 374... Zeile 374...
374
 
374
 
375
			.navigation_button {
375
			.navigation_button {
376
				width : 70px;
376
				width : 70px;
377
                margin-bottom:10px;
377
				margin-bottom:10px;
Zeile 378... Zeile 378...
378
			}
378
			}
379
			
379
			
380
			#data {
380
			#data {
Zeile 403... Zeile 403...
403
				font-size: 0.8em;
403
				font-size: 0.8em;
404
			  font-weight: bold;
404
			  font-weight: bold;
405
				padding-left: 1em;
405
				padding-left: 1em;
406
				padding-right: 1em;
406
				padding-right: 1em;
407
			}
407
			}
408
            .indent
408
			.indent
409
            {
409
			{
410
                padding:10px;
410
				padding:10px;
411
            }
411
			}
412
            
412
			
413
</style>
413
</style>
414
{include file="common/list_configs.tpl"}
414
{include file="common/list_configs.tpl"}
415
{if $cfg_file}
415
{if $cfg_file}
416
<h1>Datei {$cfg_file} &auml;ndern</h1>
416
<h1>Datei {$cfg_file} &auml;ndern</h1>
417
<!-- Dateiinhalt -->
417
<!-- Dateiinhalt -->
418
<form method="post">
418
<form method="post">
419
    <table width="100%" id="sections" cellspacing="0" cellpadding="0">
419
	<table width="100%" id="sections" cellspacing="0" cellpadding="0">
420
        <tr>
420
		<tr>
421
            <th class="links">Eigenschaft</th>
421
			<th class="links">Eigenschaft</th>
422
            <th class="rechts">Wert</th>
422
			<th class="rechts">Wert</th>
423
        </tr>
423
		</tr>
424
        <tr>
424
		<tr>
425
            <td colspan="2" align="center" class="links">&nbsp;
425
			<td colspan="2" align="center" class="links">&nbsp;
426
{if $isTemplate===true}
426
{if $isTemplate===true}
565
</form>
565
</form>
566
{if $isTemplate===false}
566
{if $isTemplate===false}
567
<script>
567
<script>
568
    $(function()
568
	$(function()
569
    {
569
	{
570
        $('.activate_section').click(activate_section);
570
		$('.activate_section').click(activate_section);
571
        $('.delete_section').click(delSection);
571
		$('.delete_section').click(delSection);
572
        {foreach $templateConfig as $section => $key}
572
		{foreach $templateConfig as $section => $key}
573
        {if !array_key_exists($section,$config)}
573
		{if !array_key_exists($section,$config)}
574
        $('#tabs').tabs('disable',{$key@index});
574
		$('#tabs').tabs('disable',{$key@index});
575
        {/if}
575
		{/if}
576
        {/foreach}
576
		{/foreach}
577
        $('.add_ini_value').click(add_ini_value);
577
		$('.add_ini_value').click(add_ini_value);
578
        $('.del_ini_value').click(del_ini_value);
578
		$('.del_ini_value').click(del_ini_value);
579
    });
579
	});
580
    function delSection()
580
	function delSection()
581
    {
581
	{
582
        s_id=this.id;
582
		s_id=this.id;
583
        s_id=s_id.split("__");
583
		s_id=s_id.split("__");
584
        s_id=s_id[1];
584
		s_id=s_id[1];
585
        $('#d_section').val(s_id);
585
		$('#d_section').val(s_id);
586
        $('#d_section_out').html(s_id);
586
		$('#d_section_out').html(s_id);
587
        $('#delete-ini-section-confirm-new').dialog('open');
587
		$('#delete-ini-section-confirm-new').dialog('open');
588
        return false;
588
		return false;
589
    }
589
	}
590
    function activate_section()
590
	function activate_section()
591
    {
591
	{
592
        s_id=this.id;
592
		s_id=this.id;
593
        s_id=s_id.split("__");
593
		s_id=s_id.split("__");
594
        $.get("/toolbox/activate_section.php?file={$cfg_file}&rubrik="+s_id[1]+"&root={$root}",function(html){
594
		$.get("/toolbox/activate_section.php?file={$cfg_file}&rubrik="+s_id[1]+"&root={$root}",function(html){
595
            location.reload();
595
			location.reload();
596
        });
596
		});
597
    }
597
	}
598
    function add_ini_value(e)
598
	function add_ini_value(e)
599
    {
599
	{
600
        e.preventDefault();
600
		e.preventDefault();
601
        e_id_full=this.id;
601
		e_id_full=this.id;
602
        e_id=e_id_full.split("--");
602
		e_id=e_id_full.split("--");
603
        e_id=e_id[1];
603
		e_id=e_id[1];
604
        e_id_2=e_id.split("__");
604
		e_id_2=e_id.split("__");
605
        e_key=e_id_2[1];
605
		e_key=e_id_2[1];
606
        e_sect=e_id_2[0];
606
		e_sect=e_id_2[0];
607
        e_id=e_sect+"_"+e_key;
607
		e_id=e_sect+"_"+e_key;
608
        e_id_2=e_sect+"__"+e_key;
608
		e_id_2=e_sect+"__"+e_key;
609
        $('#'+e_id).removeAttr("disabled");
609
		$('#'+e_id).removeAttr("disabled");
610
        $('#label_'+e_id).html(e_key);
610
		$('#label_'+e_id).html(e_key);
611
        $('#add--'+e_id_2).hide();
611
		$('#add--'+e_id_2).hide();
612
        $('#del--'+e_id_2).show();
612
		$('#del--'+e_id_2).show();
613
        $('#hidden-'+e_id).removeAttr("disabled");
613
		$('#hidden-'+e_id).removeAttr("disabled");
614
    }
614
	}
615
    function del_ini_value(e)
615
	function del_ini_value(e)
616
    {
616
	{
617
        e.preventDefault();
617
		e.preventDefault();
618
        e_id_full=this.id;
618
		e_id_full=this.id;
619
        e_id=e_id_full.split("--");
619
		e_id=e_id_full.split("--");
620
        e_id=e_id[1];
620
		e_id=e_id[1];
621
        e_id_2=e_id.split("__");
621
		e_id_2=e_id.split("__");
622
        e_key=e_id_2[1];
622
		e_key=e_id_2[1];
623
        e_sect=e_id_2[0];
623
		e_sect=e_id_2[0];
624
        e_id=e_sect+"_"+e_key;
624
		e_id=e_sect+"_"+e_key;
625
        e_id_2=e_sect+"__"+e_key;
625
		e_id_2=e_sect+"__"+e_key;
626
        $('#'+e_id).attr("disabled","disabled");
626
		$('#'+e_id).attr("disabled","disabled");
627
        $('#label_'+e_id).html("<strike>"+e_key+"</strike>");
627
		$('#label_'+e_id).html("<strike>"+e_key+"</strike>");
628
        $('#del--'+e_id_2).hide();
628
		$('#del--'+e_id_2).hide();
629
        $('#add--'+e_id_2).show();
629
		$('#add--'+e_id_2).show();
630
        $('#hidden-'+e_id).attr("disabled","disabled");
630
		$('#hidden-'+e_id).attr("disabled","disabled");
631
    }
631
	}
632
</script>
632
</script>
633
{else}
633
{else}
634
<script>
634
<script>
635
    $(function(){
635
	$(function(){
636
        $('.del_ini_value').click(del_ini_value);
636
		$('.del_ini_value').click(del_ini_value);
637
        $('.delete_section').click(delSection);
637
		$('.delete_section').click(delSection);
638
        $('.add').click(add_ini_section);
638
		$('.add').click(add_ini_section);
639
        $('#number').hide();
639
		$('#number').hide();
640
        $('#list').hide();
640
		$('#list').hide();
641
        $('#s_number').hide();
641
		$('#s_number').hide();
642
        $('#s_list').hide();
642
		$('#s_list').hide();
643
        $('#typ').change(function(){
643
		$('#typ').change(function(){
644
            kType=$(this).val();
644
			kType=$(this).val();
645
            $('#number').hide();
645
			$('#number').hide();
646
            $('#list').hide();
646
			$('#list').hide();
647
            if(kType=="integer")
647
			if(kType=="integer")
648
            {
648
			{
649
                $('#number').show();
649
				$('#number').show();
650
            }
650
			}
651
            if(kType=="list")
651
			if(kType=="list")
652
            {
652
			{
653
                $('#list').show();
653
				$('#list').show();
654
            }
654
			}
655
        });
655
		});
656
        $('#s_v_typ').change(function(){
656
		$('#s_v_typ').change(function(){
657
            kType=$(this).val();
657
			kType=$(this).val();
658
            $('#s_number').hide();
658
			$('#s_number').hide();
659
            $('#s_list').hide();
659
			$('#s_list').hide();
660
            if(kType=="integer")
660
			if(kType=="integer")
661
            {
661
			{
662
                $('#s_number').show();
662
				$('#s_number').show();
663
            }
663
			}
664
            if(kType=="list")
664
			if(kType=="list")
665
            {
665
			{
666
                $('#s_list').show();
666
				$('#s_list').show();
667
            }
667
			}
668
        });
668
		});
669
        function updateTips(t) {
669
		function updateTips(t) {
670
            tips
670
			tips
671
            .text(t)
671
			.text(t)
672
            .addClass('ui-state-highlight');
672
			.addClass('ui-state-highlight');
673
            setTimeout(function() {
673
			setTimeout(function() {
674
                ini_section_tips.removeClass('ui-state-highlight', 1500);
674
				ini_section_tips.removeClass('ui-state-highlight', 1500);
675
            }, 500);
675
			}, 500);
676
        }
676
		}
677
        function updateIniSectionTips(t) {
677
		function updateIniSectionTips(t) {
678
            ini_section_tips
678
			ini_section_tips
679
            .text(t)
679
			.text(t)
680
            .addClass('ui-state-highlight');
680
			.addClass('ui-state-highlight');
681
            setTimeout(function() {
681
			setTimeout(function() {
682
                ini_section_tips.removeClass('ui-state-highlight', 1500);
682
				ini_section_tips.removeClass('ui-state-highlight', 1500);
683
            }, 500);
683
			}, 500);
684
        }
684
		}
685
        $('.add_ini_value').click(add_ini_value);
685
		$('.add_ini_value').click(add_ini_value);
686
    });
686
	});
687
    function add_ini_section()
687
	function add_ini_section()
688
    {
688
	{
689
        $('#ini-section-form').dialog('open');    
689
		$('#ini-section-form').dialog('open');	
690
        return false;
690
		return false;
691
    }
691
	}
692
    function add_ini_value()
692
	function add_ini_value()
693
    {
693
	{
694
        s_id=this.id.substr(5);
694
		s_id=this.id.substr(5);
695
        $('#sect_name').val(s_id);
695
		$('#sect_name').val(s_id);
696
        $('#ini-value-form').dialog('open');
696
		$('#ini-value-form').dialog('open');
697
        return false;
697
		return false;
698
    }
698
	}
699
    function delSection()
699
	function delSection()
700
    {
700
	{
701
        s_id=this.id;
701
		s_id=this.id;
702
        s_id=s_id.split("__");
702
		s_id=s_id.split("__");
703
        s_id=s_id[1];
703
		s_id=s_id[1];
704
        $('#d_section').val(s_id);
704
		$('#d_section').val(s_id);
705
        $('#d_section_out').html(s_id);
705
		$('#d_section_out').html(s_id);
706
        $('#delete-ini-section-confirm-new').dialog('open');
706
		$('#delete-ini-section-confirm-new').dialog('open');
707
        return false;
707
		return false;
708
    }
708
	}
709
    function del_ini_value(e)
709
	function del_ini_value(e)
710
    {
710
	{
711
        e.preventDefault();
711
		e.preventDefault();
712
        e_id_full=this.id;
712
		e_id_full=this.id;
713
        e_id=e_id_full.split("--");
713
		e_id=e_id_full.split("--");
714
        e_id=e_id[1];
714
		e_id=e_id[1];
715
        e_id_2=e_id.split("__");
715
		e_id_2=e_id.split("__");
716
        e_key=e_id_2[1];
716
		e_key=e_id_2[1];
717
        e_sect=e_id_2[0];
717
		e_sect=e_id_2[0];
718
        e_id=e_sect+"_"+e_key;
718
		e_id=e_sect+"_"+e_key;
719
        e_id_2=e_sect+"__"+e_key;
719
		e_id_2=e_sect+"__"+e_key;
720
        $('#d_section').val(e_sect);
720
		$('#d_section').val(e_sect);
721
        $('#d_key_out').html(e_key);
721
		$('#d_key_out').html(e_key);
722
        $('#d_key').val(e_key);
722
		$('#d_key').val(e_key);
723
        $('#d_section_out_2').html(e_sect);
723
		$('#d_section_out_2').html(e_sect);
724
        $("#delete-ini-key-confirm").dialog("open");
724
		$("#delete-ini-key-confirm").dialog("open");
725
    }
725
	}
726
</script>
726
</script>
727
{/if}
727
{/if}
728
{/if}
728
{/if}
Zeile 729... Zeile 729...
729
 
729
 
730
<div id="ini-section-form" title="Eine neue Rubrik erstellen">
730
<div id="ini-section-form" title="Eine neue Rubrik erstellen">
731
    <p class="validateIniSectionTips">Alle Felder sind Pflicht.</p>
731
	<p class="validateIniSectionTips">Alle Felder sind Pflicht.</p>
732
    <form>
732
	<form>
733
        <fieldset>
733
		<fieldset>
734
            <label for="s_name">Rubrikname</label>
734
			<label for="s_name">Rubrikname</label>
735
            <input type="text" name="s_name" id="s_name" class="text ui-widget-content ui-corner-all"><br>
735
			<input type="text" name="s_name" id="s_name" class="text ui-widget-content ui-corner-all"><br>
736
            <label for="v_name">Schl&uuml;sselame</label>
736
			<label for="v_name">Schl&uuml;sselame</label>
737
            <input type="text" name="s_v_name" id="s_v_name" class="text ui-widget-content ui-corner-all">
737
			<input type="text" name="s_v_name" id="s_v_name" class="text ui-widget-content ui-corner-all">
738
            <br>
738
			<br>
739
            <label for="s_v_typ">Eingabetyp:</label>
739
			<label for="s_v_typ">Eingabetyp:</label>
740
            <select id="s_v_typ">
740
			<select id="s_v_typ">
741
            {html_options options=$types selected="string"}
741
			{html_options options=$types selected="string"}
742
            </select>
742
			</select>
743
            <br>
743
			<br>
744
            <div id="s_conf">
744
			<div id="s_conf">
745
                <div id="s_number">
745
				<div id="s_number">
746
                    <fieldset>
746
					<fieldset>
747
                        <legend>Konfiguration dieses Typs</legend>
747
						<legend>Konfiguration dieses Typs</legend>
748
                        <label for="s_v_min_value">minimaler Wert</label>
748
						<label for="s_v_min_value">minimaler Wert</label>
749
                        <input type="text" value="-1" id="s_v_min_value">
749
						<input type="text" value="-1" id="s_v_min_value">
750
                        <label for="s_v_max_value">maximaler Wert</label>
750
						<label for="s_v_max_value">maximaler Wert</label>
751
                        <input type="text" value="" id="s_v_max_value">
751
						<input type="text" value="" id="s_v_max_value">
752
                    </fieldset>
752
					</fieldset>
753
                </div>
753
				</div>
754
                <div id="s_list">
754
				<div id="s_list">
755
                    <label for="s_v_values">Listenwerte:</label>
755
					<label for="s_v_values">Listenwerte:</label>
756
                    <input type="text" id="s_v_values" value="">
756
					<input type="text" id="s_v_values" value="">
757
                    <br>
757
					<br>
758
                    <label for="s_v_options">Ausgabewerte:</label>
758
					<label for="s_v_options">Ausgabewerte:</label>
759
                    <input type="text" id="s_v_options" value="">
759
					<input type="text" id="s_v_options" value="">
760
                </div>
760
				</div>
761
            </div>
761
			</div>
762
        </fieldset>
762
		</fieldset>
763
    </form>
763
	</form>
Zeile 764... Zeile 764...
764
</div>
764
</div>
765
 
765
 
766
<div id="ini-value-form" title="Einen neuen Schl&uuml;ssel erstellen">
766
<div id="ini-value-form" title="Einen neuen Schl&uuml;ssel erstellen">
767
    <p class="validateIniValueTips">Alle Felder sind Pflicht.</p>
767
	<p class="validateIniValueTips">Alle Felder sind Pflicht.</p>
768
    <form>
768
	<form>
769
        <fieldset>
769
		<fieldset>
770
            <label for="name">Name</label>
770
			<label for="name">Name</label>
771
            <input type="text" name="v_name" id="v_name" class="text ui-widget-content ui-corner-all">
771
			<input type="text" name="v_name" id="v_name" class="text ui-widget-content ui-corner-all">
772
            <input type="hidden" name="sect_name" id="sect_name" value="" class="text ui-widget-content ui-corner-all">
772
			<input type="hidden" name="sect_name" id="sect_name" value="" class="text ui-widget-content ui-corner-all">
773
            <br>
773
			<br>
774
            <label for="typ">Eingabetyp:</label>
774
			<label for="typ">Eingabetyp:</label>
775
            <select id="typ">
775
			<select id="typ">
776
            {html_options options=$types seleted="string"}
776
			{html_options options=$types seleted="string"}
777
            </select>
777
			</select>
778
            <br>
778
			<br>
779
            <div id="conf">
779
			<div id="conf">
780
                <div id="number">
780
				<div id="number">
781
                    <fieldset>
781
					<fieldset>
782
                        <legend>Konfiguration dieses Typs</legend>
782
						<legend>Konfiguration dieses Typs</legend>
783
                        <label for="min_value">minimaler Wert</label>
783
						<label for="min_value">minimaler Wert</label>
784
                        <input type="text" value="-1" id="min_value">
784
						<input type="text" value="-1" id="min_value">
785
                        <label for="max_value">maximaler Wert</label>
785
						<label for="max_value">maximaler Wert</label>
786
                        <input type="text" value="" id="max_value">
786
						<input type="text" value="" id="max_value">
787
                    </fieldset>
787
					</fieldset>
788
                </div>
788
				</div>
789
                <div id="list">
789
				<div id="list">
790
                    <label for="values">Listenwerte:</label>
790
					<label for="values">Listenwerte:</label>
791
                    <input type="text" id="values" value="">
791
					<input type="text" id="values" value="">
792
                    <br>
792
					<br>
793
                    <label for="options">Ausgabewerte:</label>
793
					<label for="options">Ausgabewerte:</label>
794
                    <input type="text" id="options" value="">
794
					<input type="text" id="options" value="">
795
                </div>
795
				</div>
796
            </div>
796
			</div>
797
        </fieldset>
797
		</fieldset>
Zeile 798... Zeile 798...
798
    </form>
798
	</form>
799
</div>
799
</div>
800
 
800
 
801
<div id="delete-ini-section-confirm-new" title="Rubrik l&ouml;schen?">
801
<div id="delete-ini-section-confirm-new" title="Rubrik l&ouml;schen?">
802
    <p>
802
	<p>
803
        <span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>Die Rubrik '<span id="d_section_out"></span>' wird permanent gel&ouml;scht. Sind sie sicher?
803
		<span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>Die Rubrik '<span id="d_section_out"></span>' wird permanent gel&ouml;scht. Sind sie sicher?
Zeile 804... Zeile 804...
804
    </p>
804
	</p>
805
    <input type="hidden" id="d_section" value="">
805
	<input type="hidden" id="d_section" value="">
806
</div>
806
</div>
807
 
807
 
808
<div id="delete-ini-key-confirm" title="Schl&uuml;ssel l&ouml;schen?">
808
<div id="delete-ini-key-confirm" title="Schl&uuml;ssel l&ouml;schen?">
809
    <p>
809
	<p>
Zeile 810... Zeile 810...
810
        <span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>Der Schl&uuml;ssel '<span id="d_key_out"></span>' in der Rubrik '<span id="d_section_out_2"></span>' wird permanent gel&ouml;scht. Sind sie sicher?
810
		<span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>Der Schl&uuml;ssel '<span id="d_key_out"></span>' in der Rubrik '<span id="d_section_out_2"></span>' wird permanent gel&ouml;scht. Sind sie sicher?
811
    </p>
811
	</p>
Zeile 812... Zeile 812...
812
    <input type="hidden" id="d_key" value="">
812
	<input type="hidden" id="d_key" value="">
813
</div>
813
</div>
814
 
814
 
815
<div id="createNewDocDialogMsg" title="neue Konfigurationsdatei anlegen - Ergebnis">
815
<div id="createNewDocDialogMsg" title="neue Konfigurationsdatei anlegen - Ergebnis">
816
</div>
816
</div>
817
 
817
 
818
<div id="createNewDocDialogWizard" title="neue Konfigurationsdatei anlegen">
818
<div id="createNewDocDialogWizard" title="neue Konfigurationsdatei anlegen">
819
	<form id="demoForm" method="post" action="/toolbox/createConfig.php" class="bbq">
819
	<form id="demoForm" method="post" action="/toolbox/createConfig.php" class="bbq">
820
		<div id="fieldWrapper">
820
		<div id="fieldWrapper">
821
    		<div id="step_visualization"></div>
821
			<div id="step_visualization"></div>
822
    		<div class="step" id="first">
822
			<div class="step" id="first">
823
    			<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 1 - Web ausw&auml;hlen</span><br />
823
				<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 1 - Web ausw&auml;hlen</span><br />
824
                <div id="createNewDocDialogStep1" class="indent"></div>
824
				<div id="createNewDocDialogStep1" class="indent"></div>
825
    		</div>
825
			</div>
826
    		<div id="second" class="step">
826
			<div id="second" class="step">
827
    			<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 2 - Shop ausw&auml;hlen</span><br />
827
				<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 2 - Shop ausw&auml;hlen</span><br />
828
                <div id="createNewDocDialogStep2" class="indent"></div>
828
				<div id="createNewDocDialogStep2" class="indent"></div>
829
    		</div>
829
			</div>
830
    		<div id="third" class="step">
830
			<div id="third" class="step">
831
    			<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 3 - Template ausw&auml;hlen</span><br />
831
				<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 3 - Template ausw&auml;hlen</span><br />
832
                <div id="createNewDocDialogStep3" class="indent"></div>
832
				<div id="createNewDocDialogStep3" class="indent"></div>
833
    		</div>
833
			</div>
834
    		<div id="confirmation" class="step">
834
			<div id="confirmation" class="step">
835
    			<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 4 - Auswahl der Shop-Umgebung</span><br />
835
				<span class="font_normal_07em_black">neue Konfigurationsdatei anlegen - Schritt 4 - Auswahl der Shop-Umgebung</span><br />
836
    			<span class="font_normal_07em_black">Mit dem Klck auf "Erstellen" wird die Konfigurationsdatei erstellt.</span><br /><br>
836
				<span class="font_normal_07em_black">Mit dem Klck auf "Erstellen" wird die Konfigurationsdatei erstellt.</span><br /><br>
837
                <div id="createNewDocDialogStep4" class="indent">
837
				<div id="createNewDocDialogStep4" class="indent">
838
                {html_radios output="online,local,dev,neu"|explode_str:',' values="online,local,dev,neu"|explode_str:',' name="env" separator="<br><br>" required}
838
				{html_radios output="online,local,dev,neu"|explode_str:',' values="online,local,dev,neu"|explode_str:',' name="env" separator="<br><br>" required}
839
                <input type="checkbox" name="open" value="1" id="openFile">
839
				<input type="checkbox" name="open" value="1" id="openFile">
840
                </div>
840
				</div>