Skip to content
Snippets Groups Projects
Commit 2bfb75b0 authored by Nathan Febuary's avatar Nathan Febuary Committed by Jared Hancock
Browse files

ui: More mis-alignments and strange buttons on plugin add

parent 4302d1d8
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
</tr>
</tbody>
</table>
<p style="padding-left:225px;">
<p style="text-align:center">
<input type="submit" name="submit" value="<?php echo $submit_text; ?>">
<input type="reset" name="reset" value="<?php echo __('Reset');?>">
<input type="button" name="cancel" value="<?php echo __('Cancel');?>" onclick='window.location.href="apikeys.php"'>
......
......@@ -190,7 +190,7 @@ else
</tr>
</tbody>
</table>
<p style="padding-left:225px;">
<p style="text-align:center">
<input type="submit" name="submit" value="<?php echo $submit_text; ?>">
<input type="reset" name="reset" value="<?php echo __('Reset'); ?>">
<input type="button" name="cancel" value="<?php echo __('Cancel'); ?>" onclick='window.location.href="pages.php"'>
......
......@@ -17,7 +17,7 @@ foreach ($ost->plugins->allInfos() as $info) {
if (isset($installed[$info['install_path']]))
continue;
?>
<tr><td><button type="submit" name="install_path"
<tr><td><button class="button action-button" type="submit" name="install_path"
value="<?php echo $info['install_path'];
?>"><?php echo __('Install'); ?></button></td>
<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment