add a "View Homepage" and app anchors to Featured Apps admin tool
This commit is contained in:
Родитель
35dbbd8f82
Коммит
c3ac3db0f1
|
@ -128,12 +128,18 @@ th {
|
|||
.featured-app .dashboard a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.featured-app .homepage {
|
||||
float: right;
|
||||
}
|
||||
.featured-app h2 {
|
||||
font-size: 16px;
|
||||
display: inline-block;
|
||||
line-height: 32px;
|
||||
margin: 0 15px 0 10px;
|
||||
}
|
||||
.featured-app h2 a {
|
||||
color: #c63717;
|
||||
}
|
||||
.featured-app li {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
data-url="{{ url('zadmin.set_attrs_ajax') }}">
|
||||
<li class="app-intro">
|
||||
<img src="{{ row.app.icon_url }}" class="logo">
|
||||
<h2>{{ row.app.name }}</h2>
|
||||
<h2><a href="{{ row.app.get_detail_url() }}">{{ row.app.name }}</a></h2>
|
||||
<div class="dashboard">
|
||||
<a href="{{ row.app.get_dev_url() }}">
|
||||
<img alt="{{ _('Manage featured graphics') }}"
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
<form method="post">
|
||||
{{ csrf() }}
|
||||
<h3>{{ _('Featured Apps') }}</h3>
|
||||
<p><a href="{{ url('home') }}" class="button homepage" target="_blank">{{ _('View Homepage') }}</a></p>
|
||||
|
||||
{{ _('Section') }}:
|
||||
<select id="categories"
|
||||
data-src="{{ url('zadmin.featured_categories_ajax') }}">
|
||||
|
|
Загрузка…
Ссылка в новой задаче