mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-07 06:54:15 +01:00
Bookmark: Fix style
This commit is contained in:
parent
fc20f75cf2
commit
d0288a515e
@ -15,7 +15,8 @@
|
|||||||
?>
|
?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<form id="import_bookmark" action="<?php echo OCP\Util::linkTo( "bookmarks", "ajax/import.php" );?>" method="post" enctype="multipart/form-data">
|
<form id="import_bookmark" action="<?php echo OCP\Util::linkTo( "bookmarks", "ajax/import.php" );?>"
|
||||||
|
method="post" enctype="multipart/form-data">
|
||||||
<fieldset class="personalblock">
|
<fieldset class="personalblock">
|
||||||
<?php if(isset($_['error'])): ?>
|
<?php if(isset($_['error'])): ?>
|
||||||
<h3><?php echo $_['error']['error']; ?></h3>
|
<h3><?php echo $_['error']['error']; ?></h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user