diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js index bb21cca687..053d74729f 100644 --- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js +++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js @@ -886,7 +886,7 @@ function handleConfig(ev) }, '%h'.format(conf[file]))); }); - body.push(E('div', { 'class': 'right' }, [ + body.push(E('div', { 'class': 'button-row' }, [ E('div', { 'class': 'btn cbi-button-neutral', 'click': ui.hideModal @@ -1012,7 +1012,7 @@ function handleOpkg(ev) if (res.code !== 0) dlg.appendChild(E('p', _('The <em>opkg %h</em> command failed with code <code>%d</code>.').format(cmd, (res.code & 0xff) || -1))); - dlg.appendChild(E('div', { 'class': 'right' }, + dlg.appendChild(E('div', { 'class': 'button-row' }, E('div', { 'class': 'btn', 'click': L.bind(function(res) { |