Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
@@ -2,7 +2,20 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(2){
|
||||
#menu-list-table th:nth-child(2),
|
||||
#menu-list-table th:nth-child(3) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(7),
|
||||
#menu-list-table td:nth-child(7) {
|
||||
padding: 7px 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#menu-list-table th:nth-child(8),
|
||||
#menu-list-table td:nth-child(8) {
|
||||
padding: 7px 10px 7px 7px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$menu_bookmark}}
|
||||
<div class="menuedit-submit-wrapper form-group pull-right" >
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
||||
<button type="submit" name="submit" class="btn btn-primary">{{$submit}} <i class="icon-caret-right"></i></button>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</form>
|
||||
|
||||
@@ -14,17 +14,23 @@
|
||||
<tr>
|
||||
<th width="1%"></th>
|
||||
<th width="1%">{{$nametitle}}</th>
|
||||
<th width="96%">{{$desctitle}}</th>
|
||||
<th width="93%">{{$desctitle}}</th>
|
||||
<th width="1%"></th>
|
||||
<th width="1%"></th>
|
||||
<th width="1%"></th>
|
||||
<th width="1%" class="hidden-xs">{{$created}}</th>
|
||||
<th width="1%" class="hidden-xs">{{$edited}}</th>
|
||||
</tr>
|
||||
{{foreach $menus as $m }}
|
||||
<tr id="menu-list-item-{{$m.menu_id}}">
|
||||
<td width="1%">{{if $m.bookmark}}<i class="icon-bookmark menu-list-tool" title="{{$bmark}}" ></i>{{/if}}</td>
|
||||
<td width="1%"><a href="mitem/{{$m.menu_id}}{{if $sys}}?f=&sys=1{{/if}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></td>
|
||||
<td width="96%">{{$m.menu_desc}}</td>
|
||||
<td width="1%" class="menu-list-tool"><a href="menu/{{$m.menu_id}}{{if $sys}}?f=&sys=1{{/if}}" title="{{$hintedit}}"><i class="icon-pencil"></i></a></td>
|
||||
<td width="1%" class="menu-list-tool"><a href="#" title="{{$hintdrop}}" onclick="dropItem('menu/{{$m.menu_id}}/drop{{if $sys}}?f=&sys=1{{/if}}', '#menu-list-item-{{$m.menu_id}}'); return false;"><i class="icon-trash drop-icons"></i></a></td>
|
||||
<td>{{if $m.bookmark}}<i class="icon-bookmark menu-list-tool" title="{{$bmark}}" ></i>{{/if}}</td>
|
||||
<td><a href="mitem/{{$m.menu_id}}{{if $sys}}?f=&sys=1{{/if}}" title="{{$hintcontent}}">{{$m.menu_name}}</a></td>
|
||||
<td>{{$m.menu_desc}}</td>
|
||||
<td class="menu-list-tool"><a href="menu/{{$m.menu_id}}{{if $sys}}?f=&sys=1{{/if}}" title="{{$hintedit}}"><i class="icon-pencil"></i></a></td>
|
||||
<td class="menu-list-tool"><a href="rpost?attachment={{$m.element}}" title="{{$share}}"><i class="icon-share"></i></a></td>
|
||||
<td class="menu-list-tool"><a href="#" title="{{$hintdrop}}" onclick="dropItem('menu/{{$m.menu_id}}/drop{{if $sys}}?f=&sys=1{{/if}}', '#menu-list-item-{{$m.menu_id}}'); return false;"><i class="icon-trash drop-icons"></i></a></td>
|
||||
<td class="hidden-xs">{{$m.menu_created}}</td>
|
||||
<td class="hidden-xs">{{$m.menu_edited}}</td>
|
||||
</tr>
|
||||
{{/foreach}}
|
||||
</table>
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
{{include file="field_input.tpl" field=$mitem_order}}
|
||||
{{include file="field_checkbox.tpl" field=$usezid}}
|
||||
{{include file="field_checkbox.tpl" field=$newwin}}
|
||||
<div class="pull-right btn-group form-group">
|
||||
<div class="pull-right form-group">
|
||||
<div class="btn-group">
|
||||
<button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
|
||||
<i id="jot-perms-icon" class="icon-{{$lockstate}}"></i>
|
||||
</button>
|
||||
{{if $submit_more}}
|
||||
<button class="btn btn-primary btn-sm" type="submit" name="submit-more" value="{{$submit_more}}">{{$submit_more}} <i id="jot-perms-icon" class="icon-caret-right"></i></button>
|
||||
<button class="btn btn-primary btn-sm" type="submit" name="submit-more" value="{{$submit_more}}">{{$submit_more}} <i class="icon-caret-right"></i></button>
|
||||
{{/if}}
|
||||
<button class="btn btn-primary btn-sm" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user