Changeset 6788
- Timestamp:
- Apr 28, 2008, 2:46:27 PM (14 years ago)
- Location:
- OpenPNE/trunk/webapp/modules/pc/validate
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/pc/validate/do/h_album_add_insert_c_album.ini
r6546 r6788 2 2 type = "string" 3 3 required = 1 4 caption = "タイトル" 4 5 5 6 [description] 6 7 type = "string" 7 8 required = 1 9 caption = "説明文" 8 10 9 11 [public_flag] 10 12 type = "string" 11 13 required = 1 14 caption = "公開範囲" 12 15 13 16 [tmpfile] -
OpenPNE/trunk/webapp/modules/pc/validate/do/h_album_cover_edit_insert_c_album.ini
r6661 r6788 1 1 [target_c_album_id] 2 2 type = "int" 3 default = "" 3 required = 1 4 4 5 5 [subject] 6 6 type = "string" 7 7 required = 1 8 caption = "タイトル" 8 9 9 10 [description] 10 11 type = "string" 11 12 required = 1 13 caption = "説明文" 12 14 13 15 [public_flag] 14 16 type = "string" 15 17 required = 1 18 caption = "公開範囲" 16 19 17 20 [tmpfile_1] -
OpenPNE/trunk/webapp/modules/pc/validate/page/h_album_cover_edit_confirm.ini
r6661 r6788 1 1 [target_c_album_id] 2 2 type = "int" 3 required = 1 3 4 4 5 [subject]
Note: See TracChangeset
for help on using the changeset viewer.