| Revision | 6442751a3a5b9e9c2f703d521c610bbf36b714b0 (tree) |
|---|---|
| Time | 2013-04-17 13:49:50 |
| Author | tes-okumura <tes-okumura@sint...> |
| Commiter | tes-okumura |
登録完了画面の文言をカラーリング
| @@ -12,19 +12,19 @@ final class Complete extends Action { | ||
| 12 | 12 | public function index() { |
| 13 | 13 | switch ($this->dto->option) { |
| 14 | 14 | case 'register': |
| 15 | - $this->dto->operate = '登録'; | |
| 15 | + $this->dto->operate = '<span style="color:#0000FF;">登録</span>'; | |
| 16 | 16 | $this->dto->editMode = '0'; |
| 17 | 17 | break; |
| 18 | 18 | case 'modify': |
| 19 | - $this->dto->operate = '更新'; | |
| 19 | + $this->dto->operate = '<span style="color:#0000FF;">更新</span>'; | |
| 20 | 20 | $this->dto->editMode = '1'; |
| 21 | 21 | break; |
| 22 | 22 | case 'temp_register': |
| 23 | - $this->dto->operate = '一時保存'; | |
| 23 | + $this->dto->operate = '<span style="color:#FF0000;">一時保存</span>'; | |
| 24 | 24 | $this->dto->editMode = '0'; |
| 25 | 25 | break; |
| 26 | 26 | case 'temp_modify': |
| 27 | - $this->dto->operate = '一時保存'; | |
| 27 | + $this->dto->operate = '<span style="color:#FF0000;">一時保存</span>'; | |
| 28 | 28 | $this->dto->editMode = '1'; |
| 29 | 29 | break; |
| 30 | 30 | } |