added balance text to diary
This commit is contained in:
@@ -359,12 +359,33 @@ table.log tr.delete:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.list .date_separator:hover {
|
||||
background-color: #120909;
|
||||
}
|
||||
|
||||
#main_content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.balance_text {
|
||||
|
||||
}
|
||||
|
||||
.diary_header span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.diary_header {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 680px) {
|
||||
|
||||
|
||||
@@ -456,4 +477,9 @@ table.log tr.delete:hover {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.diary_header span {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
</div>
|
||||
<span class="date_separator">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
||||
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
||||
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
||||
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
||||
<img src="/_image/open_folder.png" onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');">
|
||||
@@ -24,10 +24,13 @@
|
||||
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
||||
|
||||
{elseif $action@first}
|
||||
<span class="date_separator">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
||||
<span onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');" class="date_separator clickable">{$actions[$action@index]->get_de_training()->get_tr_date()|substr:0:4}.
|
||||
{$months[$actions[$action@index]->get_de_training()->get_tr_date()|substr:5:2]}
|
||||
({$user_login->get_training_number_in_month({$action->get_de_training()->get_tr_date()|substr:0:4},{$action->get_de_training()->get_tr_date()|substr:5:2})} edzés)
|
||||
<div class="diary_header">
|
||||
<span class="balance_text">Egyenleg</span>
|
||||
<img src="/_image/open_folder.png" onclick="block_action('block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}');">
|
||||
</div>
|
||||
</span>
|
||||
<div id="block_{$action->get_de_training()->get_tr_date()|substr:0:4}{$action->get_de_training()->get_tr_date()|substr:5:2}" class="month_block">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user