Ejemplo n.º 1
0
                    $k = 7 - $k;
                }
            }
        }
        ?>
					<!-- End: List of existing events -->
				</tbody>	
				<!-- End: tabel body for events -->
			</table>
			<!-- End: Events -->
		<?php 
    }
    ?>
		
		<?php 
    echo FormHelper::getButtons(2, $but, $indParent1);
    ?>
							
	</fieldset>
		
	<!-- keep counter values in the form -->
	<input type="hidden" id="namevtcounter" name="namevtcounter" value="<?php 
    echo $evtCnt;
    ?>
"	/>
	<input type="hidden" id="refcounter" name="refcounter" 
		value="<?php 
    echo is_object($this->item) ? $this->item->getMaxReference() : 0;
    ?>
" 
	/>
Ejemplo n.º 2
0
            }
        }
        ?>
					<!-- End: List of existing additional names -->
				</tbody>	
				<!-- End: tabel body for additional names -->
			</table>
			<!-- End: Additional names -->
		<?php 
    }
    ?>
	
		<!-- Save + cancel buttons -->
		<div class="jt-clearfix"></div>
		<?php 
    echo FormHelper::getButtons(2);
    ?>
							
		<!-- End save + cancel buttons -->		
	</fieldset>

	<!-- keep counter values in the form -->
	<input type="hidden" id="namevtcounter" name="namevtcounter" value="<?php 
    echo $namCnt;
    ?>
" />
	<input type="hidden" id="refcounter" name="refcounter" 
		value="<?php 
    echo is_object($this->item) ? $this->item->getMaxReference() : '0';
    ?>
" 
Ejemplo n.º 3
0
							
						<!-- End: Row for one existing picture -->														
				<?php 
            $k = 7 - $k;
        }
    }
    ?>
				<!-- End: List of existing pictures -->
			</tbody>	
			<!-- End: tabel body for pictures -->
		</table>
		<!-- End: Person media -->
			
		<!-- Save + cancel buttons -->
		<?php 
    echo FormHelper::getButtons(2, $but);
    ?>
							
		<!-- End save + cancel buttons -->		
	</fieldset>

	<!-- keep counter values in the form -->
	<input type="hidden" id="namevtcounter" name="namevtcounter" value="<?php 
    echo $picCnt;
    ?>
"	/>

	<input type="hidden" name="personId" value="<?php 
    echo $this->lists['appId'] . '!' . $this->item->id;
    ?>
" />