Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.16, Mon Sep 15 18:39:19 2008 UTC | revision 1.1.2.17, Mon Sep 15 18:40:16 2008 UTC | |
|---|---|---|
| # | Line 1097 function og_blueprints_blueprint_form($b | Line 1097 function og_blueprints_blueprint_form($b |
| 1097 | unset($form['#redirect']); | unset($form['#redirect']); |
| 1098 | $form['submit'] = array( | $form['submit'] = array( |
| 1099 | '#type' => 'submit', | '#type' => 'submit', |
| 1100 | '#value' => is_null($bpid) ? t('Update blueprint') : t('Create new blueprint'), | '#value' => is_null($bpid) ? t('Create new blueprint') : t('Update blueprint'), |
| 1101 | ); | ); |
| 1102 | return $form; | return $form; |
| 1103 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |