Skip to content

Commit f82a277

Browse files
committed
fix(abstracttarget): add button appearance
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 2af9d34 commit f82a277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/abstracttarget.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ protected function showActorSettingsForType($actorType, array $actors) {
21642164
echo '<p align="center">';
21652165
echo Html::hidden('id', ['value' => $this->getID()]);
21662166
echo Html::hidden('actor_role', ['value' => $actorRole]);
2167-
echo '<input type="submit" value="' . __('Add') . '" class="submit_button" />';
2167+
echo Html::submit(_x('button', 'Save'), ['name' => 'update_actors', 'value' => __('Add')]);
21682168
echo '</p>';
21692169

21702170
echo "<hr>";

0 commit comments

Comments
 (0)