<?php /* * Created on 26.03.2006 by *Camper* */ class page_Application_version_edit extends Page{ function init(){ parent::init(); $this->frame('Content', 'Edit version')->add('FormVersion', null, 'content'); } } ?>