<?php // set title // should support multiple languages $GLOBALS['CLN_PAGE_TITLE'] = 'Add Sub-room'; ?> <form name="roomEdit" action="<?php echo appendToURL(cleanURL($GLOBALS['path']), 'editKoId=' . $this->_super->koId . '&editProcess=Content'); ?>" method="post"> <?php echo ADMIN_ROOM_ADD_ROOM_INSTRUCTIONS; ?> <span class="clnFormLine"> <label class="clnFormLabel" for="addNewRoom"></label> <input class="clnFormInput" type="submit" id="addNewRoom" name="addNewRoom" value="<?php echo ADMIN_BTN_ADD_NEW_ROOM; ?>" /> <input class="clnFormInput" type="submit" name="copyRoom" value="<?php echo ADMIN_BTN_COPY_ROOM; ?>" /> <input class="clnFormInput" type="submit" name="linkToRoom" value="<?php echo ADMIN_BTN_LINK_ROOM; ?>" /> <input class="clnFormInput" type="submit" name="ReturnToPanel" value="<?php echo ADMIN_BTN_CANCEL_RETURN; ?>" /> </span> </form>