* Fixed showing the pagination where there is a fulltext default search
* Made it more visible where to drop the fields in manage fields view for a collection.
* Added a note about some options in collections manage view.
+ * Improved breakpoint behavior
1.3 - Rrajigar Mine 2022-10-08
* Fixed install sql file.
-* option for sorting direction
* Automatic upgrades of DB
* drop in updates
* Definition of fields in "card view"
* responsive and breakpoints
-* Field management: Web interface
+* Field management: Web interface to configure or even create new ones.
* minimal theme
<div class="uk-grid-divider uk-child-width-expand@s" uk-grid>
<?php foreach($TemplateData['latest'] as $k=>$v) { ?>
- <div>
+ <div class="uk-width-1@s uk-width-1-2@m uk-width-1-3@l">
<a href="index.php?p=collections&collection=<?php echo $k; ?>"><?php echo $v['name']; ?></a><br />
<?php echo $v['description']; ?>
if(isset($v['entries']['results'])) {
foreach($v['entries']['results'] as $entryK=>$entry) { ?>
- <div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" uk-grid>
+ <div class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-child-width-1-1@m uk-child-width-1-2@xl uk-margin" uk-grid>
<div class="uk-card-media-left uk-cover-container">
<?php if(Summoner::ifset($entry['fields'], 'coverimage')) { ?>
<a href="index.php?p=entry&collection=<?php echo $k ?>&id=<?php echo $entryK; ?>">
<?php } ?>
</div>
<div>
- <div class="uk-card-body">
+ <div class="uk-card-body uk-visible@l">
<?php if(Summoner::ifset($entry['fields'], 'title')) { ?>
<h3 class="uk-card-title"><?php echo $entry['fields']['title']['value']; ?></h3>
<?php } ?>