Exemplo n.º 1
0
 /** @return IPolicyUnterstuetzen */
 public function getPolicyUnterstuetzen()
 {
     if (is_null($this->policy_unterstuetzen_obj)) {
         $this->policy_unterstuetzen_obj = IPolicyUnterstuetzen::getInstanceByID($this->policy_unterstuetzen, $this);
     }
     return $this->policy_unterstuetzen_obj;
 }
Exemplo n.º 2
0
</div>


<br>

<h3>Anträge</h3>

<div class="content">

	<div>
		<label class="required" for="Veranstaltung_policy_unterstuetzen" style="padding-top: 10px;">
			(Änderungs-)Anträge unterstützen dürfen:
			<span class="required"></span>
		</label>
		<?php 
echo $form->dropDownList($model, 'policy_unterstuetzen', IPolicyUnterstuetzen::getAllInstances());
?>
		<?php 
echo $form->error($model, 'policy_unterstuetzen');
?>
	</div>

	<div>
		<label style="padding-top: 10px;">Mögliche Schlagworte:</label>

		<div style="display: inline-block;">
			<?php 
$tags = $model->getSortedTags();
if (count($tags) > 0) {
    echo '<ul class="taglist">';
    foreach ($tags as $tag) {