mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	hide button and checkbox [skip ci]
This commit is contained in:
		| @@ -29,8 +29,8 @@ TODO: hide and show columns | ||||
|         {% if showBudget %} | ||||
|             <th class="hidden-xs">{{ trans('list.budget') }}</th> | ||||
|         {% endif %} | ||||
|         <th> </th> | ||||
|         <th> </th> | ||||
|         <th class="hidden-xs"> </th><!-- actions --> | ||||
|         <th class="hidden-xs"> </th><!-- checkbox --> | ||||
|     </tr> | ||||
|     </thead> | ||||
|     <tbody> | ||||
| @@ -61,7 +61,7 @@ TODO: hide and show columns | ||||
|                 {% else %} | ||||
|                     <td style="border-top:1px #aaa solid;" colspan="2"> </td> | ||||
|                 {% endif %} | ||||
|                 <td style="border-top:1px #aaa solid;"> | ||||
|                 <td style="border-top:1px #aaa solid;" class="hidden-xs"> | ||||
|                     <div class="btn-group btn-group-xs pull-right"> | ||||
|                         <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||||
|                             {{ 'actions'|_ }} <span class="caret"></span></button> | ||||
| @@ -72,7 +72,7 @@ TODO: hide and show columns | ||||
|                         </ul> | ||||
|                     </div> | ||||
|                 </td> | ||||
|                 <td style="border-top:1px #aaa solid;"> </td> | ||||
|                 <td style="border-top:1px #aaa solid;" class="hidden-xs"> </td> | ||||
|             </tr> | ||||
|         {% endif %} | ||||
|         {% for index, transaction in group.transactions %} | ||||
| @@ -178,7 +178,7 @@ TODO: hide and show columns | ||||
|                 {% endif %} | ||||
|  | ||||
|                 {% if group.count == 1 %} | ||||
|                     <td style=" {{ style|raw }};"> | ||||
|                     <td style=" {{ style|raw }};" class="hidden-xs"> | ||||
|                         <div class="btn-group btn-group-xs pull-right"> | ||||
|                             <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | ||||
|                                 {{ 'actions'|_ }} <span class="caret"></span></button> | ||||
| @@ -194,11 +194,11 @@ TODO: hide and show columns | ||||
|  | ||||
|                 {% endif %} | ||||
|                 {% if group.count != 1 %} | ||||
|                     <td style=" {{ style|raw }};"> | ||||
|                     <td style=" {{ style|raw }};" class="hidden-xs"> | ||||
|                           | ||||
|                     </td> | ||||
|                 {% endif %} | ||||
|                 <td style="{{ style|raw }}"> | ||||
|                 <td style="{{ style|raw }}" class="hidden-xs"> | ||||
|                     <div class="pull-right"> | ||||
|                         <input id="list_{{ transaction.transaction_journal_id }}" value="{{ transaction.transaction_journal_id }}" | ||||
|                                name="journals[{{ transaction.transaction_journal_id }}]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user