Skip to content

Commit c3ab7bc

Browse files
author
Marius Burkard
committed
- removed further inline html from list definition file
1 parent 0a60ff4 commit c3ab7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/sites/list/aps_availablepackages.list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
'prefix' => '',
8181
'suffix' => '',
8282
'width' => '',
83-
'value' => array(PACKAGE_ENABLED => '<div class="swap" id="ir-Yes"><span>'.$app->lng('Yes').'</span></div>',
84-
PACKAGE_LOCKED => '<div class="swap" id="ir-No"><span>'.$app->lng('No').'</span></div>'));
83+
'value' => array(PACKAGE_ENABLED => $app->lng('Yes'),
84+
PACKAGE_LOCKED => $app->lng('No')));
8585
}
8686
?>

0 commit comments

Comments
 (0)