Beispiel #1
0
 public static function save_button( $controller,  $str = "" ) {
   return '<button class="button button-primary" type="submit">' . MPV::__save( $str ) . '</button>';
 }