Revize 792e434e
Přidáno uživatelem Petr Lukašík před téměř 6 roky(ů)
app/AdminModule/component/Surface/SurfaceGrid.php | ||
---|---|---|
47 | 47 |
$this->addAction('edit', 'edit', 'Surface:editType', ['id' => SurfaceTypeRepository::COLUMN_ID]) |
48 | 48 |
->setTitle('Edit'); |
49 | 49 |
|
50 |
$this->addAction('delete', 'smazat', 'Surface:deleteType', ['id' => SurfaceTypeRepository::COLUMN_ID])
|
|
50 |
$this->addAction('delete', 'delete', 'Surface:deleteType', ['id' => SurfaceTypeRepository::COLUMN_ID])
|
|
51 | 51 |
->setConfirm('Do you really want to delete surface type "%s"?', SurfaceTypeRepository::COLUMN_SURFACE_TYPE) |
52 | 52 |
->setTitle('Delete') |
53 | 53 |
->setClass('btn btn-xs btn-danger ajax'); |
Také k dispozici: Unified diff
Fixnuta angličtina u surfacetype gridu