示例#1
0
<?php

/*------------------------------------------------------------------------
# Class Form Template for RaidPlanner Component
# com_raidplanner - RaidPlanner Component
# ------------------------------------------------------------------------
# author    Taracque
# copyright Copyright (C) 2011 Taracque. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website: http://www.taracque.hu/raidplanner
-------------------------------------------------------------------------*/
// no direct access
defined('_JEXEC') or die('Restricted access');
if (RaidPlannerHelper::getJVersion() < '3.0') {
    RaidPlannerHelper::fixBootstrap();
}
?>
<form action="index.php" method="post" name="adminForm" id="adminForm" class="form-horizontal">
	<fieldset class="adminform">
		<legend><?php 
echo JText::_('JDETAILS');
?>
</legend>
		<div class="control-group">
			<label class="control-label" for="class_name"><?php 
echo JText::_('COM_RAIDPLANNER_CLASS_NAME');
?>
</label>
			<div class="controls">
				<input class="text_area" type="text" name="class_name" id="class_name" size="32" maxlength="250" value="<?php 
echo $this->class->class_name;