slightly improved layout

This commit is contained in:
Uwe Steinmann 2021-05-06 15:08:11 +02:00
parent 8a2aa4bdda
commit 2001f4f0d3

View File

@ -190,7 +190,7 @@ $(document).ready( function() {
</form>
<?php
$this->contentHeading(getMLText("default_keywords"));
$this->contentContainerStart();
// $this->contentContainerStart();
?>
<?php
$lists = $category->getKeywordLists();
@ -205,7 +205,7 @@ $(document).ready( function() {
<input type="Hidden" name="keywordsid" value="<?php echo $list["id"]?>">
<input type="Hidden" name="action" value="editkeywords">
<input name="keywords" class="keywords form-control" type="text" value="<?php echo htmlspecialchars($list["keywords"]) ?>">
<button class="btn btn-primary" title="<?php echo getMLText("save")?>"><i class="fa fa-save"></i> <?php echo getMLText("save")?></button>
<button class="btn btn-primary btn-mini btn-sm" title="<?php echo getMLText("save")?>"><i class="fa fa-save"></i> <?php echo getMLText("save")?></button>
<!-- <input name="action" value="removekeywords" type="Image" src="images/del.gif" title="<?php echo getMLText("delete")?>" border="0"> &nbsp; -->
</form>
<form style="display: inline-block;" method="post" action="../op/op.DefaultKeywords.php" >
@ -213,7 +213,7 @@ $(document).ready( function() {
<input type="hidden" name="categoryid" value="<?php echo $category->getID()?>">
<input type="hidden" name="keywordsid" value="<?php echo $list["id"]?>">
<input type="hidden" name="action" value="removekeywords">
<button class="btn btn-danger" title="<?php echo getMLText("delete")?>"><i class="fa fa-remove"></i> <?php echo getMLText("delete")?></button>
<button class="btn btn-danger btn-mini btn-sm" title="<?php echo getMLText("delete")?>"><i class="fa fa-remove"></i> <?php echo getMLText("delete")?></button>
</form>
<br>
<?php } ?>
@ -232,7 +232,7 @@ $(document).ready( function() {
</div>
<?php
$this->contentContainerEnd();
// $this->contentContainerEnd();
}
} /* }}} */