|
@@ -84,21 +84,21 @@ class DropdownActions extends Actions
|
|
|
|
|
|
protected function getViewLabel()
|
|
protected function getViewLabel()
|
|
{
|
|
{
|
|
- return;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
protected function getEditLabel()
|
|
protected function getEditLabel()
|
|
{
|
|
{
|
|
- return;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
protected function getQuickEditLabel()
|
|
protected function getQuickEditLabel()
|
|
{
|
|
{
|
|
- return;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
protected function getDeleteLabel()
|
|
protected function getDeleteLabel()
|
|
{
|
|
{
|
|
- return;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|