• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List

E:/E/GEAMP/www/openbiz/openbiz/bin/easy/element/LabelBack.php

00001 <?PHP
00002 include_once("LabelText.php");
00003 
00004 class LabelBack extends LabelText
00005 {
00006     protected function getLink()
00007     {
00008         return "javascript:history.go(-1);";
00009     }
00010 
00011 }
00012 
00013 ?>

Generated on Thu Apr 19 2012 17:09:13 for openbiz by  doxygen 1.7.2