Verified Commit bf7f27cb authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(argonaut) Adapt argonaut to renaming of getTabFooter

issue #5993
Showing with 2 additions and 2 deletions
+2 -2
...@@ -317,14 +317,14 @@ class argonautQueue extends management ...@@ -317,14 +317,14 @@ class argonautQueue extends management
} }
} }
protected function _getTabFooter () protected function getTabFooter ()
{ {
if ($this->dialogObject instanceof faiLogView) { if ($this->dialogObject instanceof faiLogView) {
return '<p class="plugbottom">'. return '<p class="plugbottom">'.
' <input type="submit" formnovalidate="formnovalidate" name="edit_cancel" value="'.msgPool::backButton().'"/>'. ' <input type="submit" formnovalidate="formnovalidate" name="edit_cancel" value="'.msgPool::backButton().'"/>'.
'</p>'; '</p>';
} else { } else {
return parent::_getTabFooter(); return parent::getTabFooter();
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment