Changeset 25688
- Timestamp:
- 12/02/08 17:07:50 (5 weeks ago)
- Location:
- lang/perl/NanoA/trunk/app
- Files:
-
- 2 modified
-
system/setup.pm (modified) (2 diffs)
-
tinybbs/start.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/NanoA/trunk/app/system/setup.pm
r25631 r25688 9 9 use plugin::form; 10 10 11 define_form 11 define_form( 12 12 fields => [ 13 13 password => { … … 35 35 }, 36 36 }, 37 ]; 37 ], 38 submit_label => '設定する', 39 ); 38 40 39 41 sub run { -
lang/perl/NanoA/trunk/app/tinybbs/start.pm
r25562 r25688 11 11 use base qw(NanoA); 12 12 13 define_form 13 define_form( 14 14 fields => [ 15 15 title => { … … 26 26 required => 1, 27 27 }, 28 ]; 28 ], 29 submit_label => '投稿する', 30 ); 29 31 30 32 sub run {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)