|
19 | 19 | use Joomla\CMS\Language\Text; |
20 | 20 |
|
21 | 21 | HTMLHelper::addIncludePath(JPATH_COMPONENT . '/helpers/html'); |
| 22 | +HTMLHelper::stylesheet('administrator/components/com_api/assets/css/api.css'); |
22 | 23 |
|
23 | 24 | // Import CSS |
24 | 25 | HTMLHelper::_('stylesheet','components/com_api/assets/css/api.css'); |
|
69 | 70 | method="post" name="adminForm" id="adminForm"> |
70 | 71 |
|
71 | 72 | <?php if (!empty($this->sidebar)): ?> |
72 | | - <div id="j-sidebar-container" class="span2"> |
| 73 | + <div id="j-sidebar-container" class="col-md-2"> |
73 | 74 | <?php echo $this->sidebar; ?> |
74 | 75 | </div> |
75 | | - <div id="j-main-container" class="span10"> |
| 76 | + <div id="j-main-container" class="col-md-10"> |
76 | 77 |
|
77 | 78 | <?php else : ?> |
78 | 79 | <div id="j-main-container"> |
79 | 80 | <?php endif; ?> |
80 | | - |
| 81 | + <div class="row"> |
| 82 | + <div class="col-md-12"> |
| 83 | + <div class="js-stools api-filter" role="search"> |
| 84 | + <div class="js-stools-container-bar-api-filter "> |
81 | 85 | <div id="filter-bar" class="btn-toolbar"> |
82 | | - <div class="filter-search btn-group pull-left"> |
| 86 | + <div class="filter-search btn-group "> |
83 | 87 | <input type="text" name="filter_search" id="filter_search" |
84 | 88 | placeholder="<?php echo Text::_('COM_API_KEYS_SEARCH_FILTER'); ?>" |
85 | 89 | value="<?php echo $this->escape($this->state->get('filter.search')); ?>" |
86 | | - class="hasTooltip" |
| 90 | + class="hasTooltip form-control" |
87 | 91 | title="<?php echo Text::_('COM_API_KEYS_SEARCH_FILTER'); ?>" /> |
88 | | - </div> |
89 | | - |
90 | | - <div class="btn-group pull-left"> |
91 | | - <button type="submit" class="btn hasTooltip" |
| 92 | + |
| 93 | + <button type="submit" class="btn hasTooltip filter-search-bar__button btn btn-primary" |
92 | 94 | title="<?php echo Text::_('JSEARCH_FILTER_SUBMIT'); ?>"> |
93 | 95 | <i class="icon-search"></i> |
94 | 96 | </button> |
95 | | - <button type="button" class="btn hasTooltip" |
| 97 | + <button type="button" class="btn hasTooltip filter-search-bar__button btn btn-primary" |
96 | 98 | title="<?php echo Text::_('JSEARCH_FILTER_CLEAR'); ?>" |
97 | 99 | onclick="document.getElementById('filter_search').value='';this.form.submit();"> |
98 | 100 | <i class="icon-remove"></i> |
@@ -152,6 +154,10 @@ class="input-medium form-select" onchange="Joomla.orderTable()"> |
152 | 154 | ?> |
153 | 155 | </div> |
154 | 156 | </div> |
| 157 | + </div> |
| 158 | + </div> |
| 159 | + </div> |
| 160 | + </div> |
155 | 161 |
|
156 | 162 | <div class="clearfix"> </div> |
157 | 163 |
|
|
0 commit comments