Skip to content

Commit

Permalink
re-orders the buttons Edit - Properties - Preview - Folder - Delete -…
Browse files Browse the repository at this point in the history
… Dupe - Publish
  • Loading branch information
juliantenney committed Jul 23, 2015
1 parent dee5db8 commit e850aa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 8 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,7 @@
<div class="header" id="inner_left_header">
<div class="file_mgt_area_buttons">
<!--Workspace buttons-->
<div class="file_mgt_area_middle_button_left">
<button title="<?php echo INDEX_BUTTON_NEWFOLDER; ?>" type="button" class="xerte_workspace_button" id="newfolder" onClick="javascript:make_new_folder()">
<i class="fa fa-folder xerte-icon"></i>
</button>
</div>

<div class="file_mgt_area_middle_button_left">
<button title="<?php echo INDEX_BUTTON_EDIT; ?>"type="button" class="xerte_workspace_button disabled" disabled="disabled"
id="edit"><i class="fa fa-pencil-square-o xerte-icon"></i></button>
Expand All @@ -222,6 +218,13 @@
<button title="<?php echo INDEX_BUTTON_PREVIEW; ?>" type="button" class="xerte_workspace_button disabled" disabled="disabled"
id="preview"><i class="fa fa-play xerte-icon"></i></button>
</div>

<div class="file_mgt_area_middle_button_left">
<button title="<?php echo INDEX_BUTTON_NEWFOLDER; ?>" type="button" class="xerte_workspace_button" id="newfolder" onClick="javascript:make_new_folder()">
<i class="fa fa-folder xerte-icon"></i>
</button>
</div>

<div class="file_mgt_area_middle_button_right">
<button title="<?php echo INDEX_BUTTON_DELETE; ?>" type="button" class="xerte_workspace_button disabled" disabled="disabled"
id="delete"><i class="fa fa-trash xerte-icon"></i></button>
Expand Down
1 change: 0 additions & 1 deletion src/branding/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ At smaller text sizes, the 'X' icon loses definition: substitute it for a standa

Both texts can be in any colour to suit both light and dark backgrounds.

If you modify login.jpg, which displays on the login page, we'd appreciate it if you leave the Xerte, Apereo and OSI project logos in place, but by all means switch out the background to something that suits your organisation.

0 comments on commit e850aa0

Please sign in to comment.