1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +02:00

#64 Admin Responsive - Next Round

This commit is contained in:
Awilum
2014-05-09 00:33:43 +04:00
parent 531e81b2ac
commit e816be56a4
8 changed files with 35 additions and 26 deletions

View File

@@ -1,11 +1,11 @@
<div class="vertical-align margin-bottom-1">
<div class="text-left">
<div class="text-left row-phone">
<h2><?php echo __('Snippets', 'snippets'); ?></h2>
</div>
<div class="text-right">
<div class="text-right row-phone">
<?php
echo (
Html::anchor(__('Create New Snippet', 'snippets'), 'index.php?id=snippets&action=add_snippet', array('title' => __('Create New Snippet', 'snippets'), 'class' => 'btn btn-primary')). Html::nbsp(3)
Html::anchor(__('Create New Snippet', 'snippets'), 'index.php?id=snippets&action=add_snippet', array('title' => __('Create New Snippet', 'snippets'), 'class' => 'btn btn-phone btn-primary'))
);
?>
</div>