Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 6187
Line 7... Line 7...
7
	// Die Mindestlänge, damit der Text in einer Scrollbox angezeigt wird
7
	// Die Mindestlänge, damit der Text in einer Scrollbox angezeigt wird
8
	$minLength = 1000;
8
	$minLength = 1000;
9
 
9
 
10
?>
10
?>
11
<?php foreach ($this->view['wpsg_mod_ordercondition']['data'] as $oc) { ?>
11
<?php foreach ($this->view['wpsg_mod_ordercondition']['data'] as $oc) { ?>
12
<div class="wpsg_agb">
12
<div class="wpsg_agb" id="wpsg_agb_<?php echo $oc['id']; ?>">
13
	<label>
13
	<label>
14
		<input type="checkbox" value="1" name="wpsg_mod_ordercondition[<?php echo $oc['id']; ?>]" />
14
		<input type="checkbox" value="1" name="wpsg_mod_ordercondition[<?php echo $oc['id']; ?>]" />
15
		<?php if (strlen($oc['text']) < $minLength) { ?>
15
		<?php if (strlen($oc['text']) < $minLength) { ?>
16
		<?php echo $oc['text']; ?>
16
		<?php echo $oc['text']; ?>
17
		<?php } else { ?>
17
		<?php } else { ?>