Skip to content

Commit

Permalink
Re #560 Improve markup of update and add package dependencies list in…
Browse files Browse the repository at this point in the history
… modal
  • Loading branch information
flaviocopes committed May 5, 2016
1 parent 4afa565 commit 1d1941b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions themes/grav/templates/partials/modal-add-package.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
</div>

<div class="install-dependencies-package-container hidden">
<h3>{{ "PLUGIN_ADMIN.DEPENDENCIES_NOT_MET_MESSAGE"|tu }}</h3>
<p><strong>{{ "PLUGIN_ADMIN.DEPENDENCIES_NOT_MET_MESSAGE"|tu }}</strong></p>

<div class="type-install hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_NOT_INSTALLED"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_NOT_INSTALLED"|tu }}:</p>
<ul></ul>
</div>
<div class="type-update hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_NEED_UPDATE"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_NEED_UPDATE"|tu }}:</p>
<ul></ul>
</div>
<div class="type-ignore hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_SUGGESTED_UPDATE"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_SUGGESTED_UPDATE"|tu }}:</p>
<ul></ul>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
</div>

<div class="install-dependencies-package-container hidden">
<h3>{{ "PLUGIN_ADMIN.DEPENDENCIES_NOT_MET_MESSAGE"|tu }}</h3>
<p><strong>{{ "PLUGIN_ADMIN.DEPENDENCIES_NOT_MET_MESSAGE"|tu }}</strong></p>

<div class="type-install hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_NOT_INSTALLED"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_NOT_INSTALLED"|tu }}:</p>
<ul></ul>
</div>
<div class="type-update hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_NEED_UPDATE"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_NEED_UPDATE"|tu }}:</p>
<ul></ul>
</div>
<div class="type-ignore hidden">
<h3>{{ "PLUGIN_ADMIN.PACKAGES_SUGGESTED_UPDATE"|tu }}</h3>
<p>{{ "PLUGIN_ADMIN.PACKAGES_SUGGESTED_UPDATE"|tu }}:</p>
<ul></ul>
</div>

Expand Down

0 comments on commit 1d1941b

Please sign in to comment.