diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-30 15:04:11 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-30 15:04:11 -0700 |
commit | cd3284d081bc86d0646234b490bc0cc9da60c638 (patch) | |
tree | db7189c60b1bd4d8a484f491b736859086085564 /view/tpl/mitemedit.tpl | |
parent | edd228decb5ef4c3ffa2a8be00983937680a56c2 (diff) | |
parent | 504050618497d3f3f43bb44b89637ebd767557ce (diff) | |
download | volse-hubzilla-cd3284d081bc86d0646234b490bc0cc9da60c638.tar.gz volse-hubzilla-cd3284d081bc86d0646234b490bc0cc9da60c638.tar.bz2 volse-hubzilla-cd3284d081bc86d0646234b490bc0cc9da60c638.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/mitemedit.tpl')
-rw-r--r-- | view/tpl/mitemedit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl index 8b8afa24c..cdc022c5c 100644 --- a/view/tpl/mitemedit.tpl +++ b/view/tpl/mitemedit.tpl @@ -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> |