Skip to content

Instantly share code, notes, and snippets.

View jnilla's full-sized avatar
💭
Getting stuff done

Jnilla jnilla

💭
Getting stuff done
View GitHub Profile
<!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">
<?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"
@jnilla
jnilla / gist:3202992
Created July 30, 2012 00:43
field validation rule
<?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
*/