diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 16:18:33 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-19 16:18:33 +0200 |
| commit | 12c8482bf883988c0fc5ed4c8972396af63e8258 (patch) | |
| tree | b11a2e90f560b04bf5757e6fedce3fb3a6185f74 /themes | |
| parent | e41aefeea38a7d13690ca97e91368809343216aa (diff) | |
Grundlegendes zu Forms
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/skins/CActiveForm.php | 8 | ||||
| -rw-r--r-- | themes/astaf/views/skins/CForm.php | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/themes/astaf/views/skins/CActiveForm.php b/themes/astaf/views/skins/CActiveForm.php new file mode 100644 index 0000000..63baf22 --- /dev/null +++ b/themes/astaf/views/skins/CActiveForm.php @@ -0,0 +1,8 @@ +<?php +return array( + 'default' => array( + 'htmlOptions'=>array( 'class'=>'ym-form'), + ), + + +);
\ No newline at end of file diff --git a/themes/astaf/views/skins/CForm.php b/themes/astaf/views/skins/CForm.php new file mode 100644 index 0000000..63baf22 --- /dev/null +++ b/themes/astaf/views/skins/CForm.php @@ -0,0 +1,8 @@ +<?php +return array( + 'default' => array( + 'htmlOptions'=>array( 'class'=>'ym-form'), + ), + + +);
\ No newline at end of file |
