~agasti-rhok-02/sahana-agasti/mayon-rhok-02

« back to all changes in this revision

Viewing changes to apps/frontend/lib/widget/agWidgetFormSchemaFormatterInline.class.php

  • Committer: Chad Heuschober
  • Date: 2010-12-04 04:01:41 UTC
  • mfrom: (1.2.1 mayon)
  • Revision ID: chad.heuschober@mail.cuny.edu-20101204040141-orjw950gt411jzmt
Merged changes from r2 of project trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
3
 
/*
4
 
 * This file is part of the symfony package.
 
3
/**
 
4
 * <description of what the class does here>
 
5
 *
 
6
 * PHP Version 5
 
7
 *
 
8
 * LICENSE: This source file is subject to LGPLv3.0 license
 
9
 * that is available through the world-wide-web at the following URI:
 
10
 * http://www.gnu.org/copyleft/lesser.html
 
11
 *
 
12
 * @author Nils Stolpe, CUNY SPS
 
13
 *
 
14
 * Copyright of the Sahana Software Foundation, sahanafoundation.org
 
15
 *
 
16
 * This file is modifed from the symfony package.
5
17
 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6
 
 *
7
 
 * For the full copyright and license information, please view the LICENSE
8
 
 * file that was distributed with this source code.
9
 
 */
10
 
 
11
 
/**
12
 
 *
13
 
 *
14
 
 * @package    symfony
15
 
 * @subpackage widget
16
 
 * @author     Fabien Potencier <fabien.potencier@symfony-project.com>
17
 
 * @version    SVN: $Id: sfWidgetFormSchemaFormatterTable.class.php 5995 2007-11-13 15:50:03Z fabien $
18
18
 */
19
19
class agWidgetFormSchemaFormatterInline extends sfWidgetFormSchemaFormatter
20
20
{