<?php /* * Tutorial Interface * * Copyright (c) 2003-4 St. Christopher House * * Developed by The Working Group Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * @version $Id: TutorialAddBlock.html,v 1.3 2004/08/04 16:06:09 derekbrooks Exp $ * */ // set title // should support multiple languages $GLOBALS['CLN_PAGE_TITLE'] = 'Add a block to a Tutorial Step'; ?> <form name="tutorialAddBlock" action="<?php echo appendToURL(cleanURL($GLOBALS['path']), 'editKoId=' . $this->_super->koId . '&editProcess=Content&subprocess=AddBlock&tutorialStep=' . $_GET['tutorialStep']); ?>" method="post"> <?php echo ADMIN_PAGE_ADD_KO_INSTRUCTIONS; ?> <div class="clnFormLine"> <label class="clnFormLabel" for="AddNewBlock"></label> <input class="clnFormInput" type="submit" id="AddNewBlock" name="AddNewBlock" value="<?php echo ADMIN_BTN_ADD_NEW_KO; ?>" /> <input class="clnFormInput" type="submit" name="copyBlock" value="<?php echo ADMIN_BTN_COPY_KO; ?>" /> <input class="clnFormInput" type="submit" name="linkToBlock" value="<?php echo ADMIN_BTN_LINK_KO; ?>" /> <input class="clnFormInput" type="submit" name="ReturnToPanel" value="<?php echo ADMIN_BTN_CANCEL_RETURN; ?>" /> </div> </form>