This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<script src="https://code.jquery.com/jquery.min.js"></script> | |
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" /> | |
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> | |
<meta charset="utf-8"> | |
<title>jn-play</title> | |
<style id="jsbin-css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<form> | |
<fieldset name="client_information" | |
label="COM_COTIZACION_CLIENT_INFORMATION_FIELDSET_LEGEND"> | |
<field name="id" | |
type="hidden" | |
value="" | |
filter="integer" | |
/> | |
<field name="client_name" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @version $Id$ | |
* @package cotizacion | |
* @subpackage Component | |
* @copyright Copyright (C) 2012 opensourcefortress.com. All rights reserved. | |
* @license http://www.gnu.org/licenses/gpl-2.0.html | |
*/ | |