Skip to content

Commit

Permalink
0.0.12/fix - Перенесены иконки в seagullibrary; по умолчанию скрыто д…
Browse files Browse the repository at this point in the history
…иалоговое окно выбора галереи
  • Loading branch information
Максим Шульга committed Nov 30, 2014
1 parent 7066010 commit 56b0301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/editgallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1><a href="#" onclick="postForm(); return false;">[+title+]</a> > Галере
<li class="actionButtons-right"><a href="#" id="btn-copy-imgs"><img src="media/style/MODxCarbon/images/icons/page_white_copy.png" /> Скопировать</a></li>
<li class="actionButtons-left"><a href="#" onclick="postForm('configGallery'); return false;"><img src="../assets/modules/seagulllibrary/css/images/config.png" /> Настройки</a></li>
<li class="actionButtons-right"><a href="#" onclick="ajaxDel('delGallery', [+gallery_id+]); return false;"><img alt="icons_delete_document" src="media/style/MODxCarbon/images/icons/delete.png" /> Удалить галерею</a></li>
<li class="actionButtons-left"><a href="#" class="btn-browser-view" data-view="table"><img src="media/style[+theme+]/images/icons/list.svg" /> </a></li>
<li class="actionButtons-right"><a href="#" class="btn-browser-view" data-view="grid"><img src="media/style[+theme+]/images/icons/grid.svg" /> </a></li>
<li class="actionButtons-left"><a href="#" class="btn-browser-view" data-view="table"><img src="/assets/modules/seagulllibrary/css/images/list.svg" /> </a></li>
<li class="actionButtons-right"><a href="#" class="btn-browser-view" data-view="grid"><img src="/assets/modules/seagulllibrary/css/images/grid.svg" /> </a></li>
</ul>

<form id="f-upload" action="" method="post" enctype="multipart/form-data" style="display:none">
Expand Down
3 changes: 3 additions & 0 deletions templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ form input:read-only, form select:read-only, form textarea:read-only {
.ui-dialog .ui-dialog-content {
padding: 0;
}
#dialog-select-gallery button.ui-button {
display: none;
}
.dialog-select-gallery button.ui-button {
width: auto;
}
Expand Down

0 comments on commit 56b0301

Please sign in to comment.