mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
This is 1.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('#habits-overview-table').DataTable({
|
||||
$('#batteries-overview-table').DataTable({
|
||||
'pageLength': 50,
|
||||
'order': [[1, 'desc']]
|
||||
});
|
||||
|
@@ -26,7 +26,7 @@
|
||||
<?php echo GrocyLogicBatteries::GetNextChargeTime($curentBatteryEntry->battery_id); ?>
|
||||
<time class="timeago timeago-contextual" datetime="<?php echo GrocyLogicBatteries::GetNextChargeTime($curentBatteryEntry->battery_id); ?>"></time>
|
||||
<?php else: ?>
|
||||
Whenever you want...
|
||||
...
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
<?php echo GrocyLogicHabits::GetNextHabitTime($curentHabitEntry->habit_id); ?>
|
||||
<time class="timeago timeago-contextual" datetime="<?php echo GrocyLogicHabits::GetNextHabitTime($curentHabitEntry->habit_id); ?>"></time>
|
||||
<?php else: ?>
|
||||
Whenever you want...
|
||||
...
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
|
@@ -64,6 +64,7 @@
|
||||
</ul>
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="disabled"><a href="#"><strong>Record data</strong></a></li>
|
||||
<li data-nav-for-page="purchase.php">
|
||||
<a class="discrete-link" href="/purchase"><i class="fa fa-shopping-cart fa-fw"></i> Purchase</a>
|
||||
</li>
|
||||
@@ -131,6 +132,7 @@
|
||||
</ul>
|
||||
|
||||
<ul class="nav nav-sidebar">
|
||||
<li class="disabled"><a href="#"><strong>Record data</strong></a></li>
|
||||
<li data-nav-for-page="purchase.php">
|
||||
<a class="discrete-link" href="/purchase"><i class="fa fa-shopping-cart fa-fw"></i> Purchase</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user