</td> <?php echo $form->renderHiddenFields(); ?> </tr> </table> </form> <br class="clear"> </div> </div> <div id="recordsTable"> <br class="clear"> <div id="msg" ><?php echo isset($messageData) ? templateMessage($messageData) : ''; ?> </div> <div class="outerbox" > <div class="maincontent"> <div id="recordsTable1"> </div> <br class="clear"> </div> </div> </div> <script type="text/javascript">
* 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., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA * */ ?> <?php use_stylesheet(plugin_web_path('orangehrmAdminPlugin', 'css/viewEducationSuccess')); use_javascript(plugin_web_path('orangehrmAdminPlugin', 'js/viewEducationSuccess')); ?> <?php echo isset($templateMessage) ? templateMessage($templateMessage) : ''; ?> <div class="box" id="saveFormDiv"> <div class="head"> <h1 id="saveFormHeading">Add Education</h1> </div> <div class="inner"> <form name="frmSave" id="frmSave" method="post" action="<?php echo url_for('admin/viewEducation'); ?> "> <?php
echo __("Save"); ?> "onmouseover="moverButton(this);" onmouseout="moutButton(this);"/> <input type="button" class="cancelbutton" name="btnCancel" id="btnCancel" value="<?php echo __("Cancel"); ?> "onmouseover="moverButton(this);" onmouseout="moutButton(this);"/> </div> </form> </div> </div> <?php echo isset($templateMessageAct) ? templateMessage($templateMessageAct) : ''; ?> <div id="messagebar" class="<?php echo isset($messageTypeAct) ? "messageBalloon_{$messageTypeAct}" : ''; ?> " > <span><?php echo isset($messageAct) ? $messageAct : ''; ?> </span> </div> <?php if (!empty($projectId)) { ?> <div id="addActivity">
<input type="reset" id="btnReset" value="<?php echo __('Reset'); ?> " class="savebutton" /> <?php } ?> <?php include_component('core', 'ohrmPluginPannel', array('location' => 'listing_layout_navigation_bar_1')); ?> </div> </div> </div> <?php echo templateMessage($templateMessage); ?> <div id="validationMsg"></div> <?php include_component('core', 'ohrmList'); ?> </form> <script type="text/javascript"> var lang_typeHint = "<?php echo __("Type for hints"); ?> " + "...";
<?php if (isset($messageData)) { echo templateMessage($messageData); }