fix margin of delete button on transaction_edit #48
@ -48,7 +48,7 @@
 | 
			
		||||
            <div class="right marginTop" style="font-size: 0;">
 | 
			
		||||
                <button type="submit" name="submit_button"><?= isset($transaction) ? 'Save' : 'Create' ?></button>
 | 
			
		||||
                <?php if (isset($transaction)): ?>
 | 
			
		||||
                    <button type="submit" form="deleteTransaction"  name="submit_button" data-confirmation="Are you sure you want to delete this transaction?" class="red marginRight">Delete</button>
 | 
			
		||||
                    <button type="submit" form="deleteTransaction"  name="submit_button" data-confirmation="Are you sure you want to delete this transaction?" class="red marginLeft">Delete</button>
 | 
			
		||||
                <?php endif; ?>
 | 
			
		||||
            </div>
 | 
			
		||||
        </form>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user