Skip to content

Commit 5a9027f

Browse files
committed
Update for shaarli-v0.13.0
1 parent 26f4691 commit 5a9027f

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

stack/_inc/includes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta name="application-name" content="{$shaarlititle}">
1818
<meta name="theme-color" content="#ffffff" />
1919
<!-- Assets -->
20-
<link type="text/css" rel="stylesheet" href="{$asset_path}/css/stack.css?v=231121#" />
20+
<link type="text/css" rel="stylesheet" href="{$asset_path}/css/stack.css?v=231123#" />
2121
{if="strpos($formatter, 'markdown') !== false"}
2222
<link type="text/css" rel="stylesheet" href="{$asset_path}/css/markdown.min.css?v={$version_hash}#" />
2323
{/if}

stack/_inc/page.footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{$version}
1313
{/if}
1414
&middot;
15-
{'The personal, minimalist, super-fast, database free, bookmarking service'|t} {'by the Shaarli community'|t} &middot;
15+
{'The personal, minimalist, super fast, database-free, bookmarking service'|t} {'by the Shaarli community'|t} &middot;
1616
<a href="{$root_path}/doc/html/index.html" rel="nofollow">{'Documentation'|t}</a>
1717
{loop="$plugins_footer.text"}
1818
{$value}

stack/_inc/page.header.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@
99
<a href="#" class="subheader-opener button item_action" data-open-id="bulk-tag-action-delete">{'Delete tags'|t}</a>
1010
</div>
1111
</div>
12-
{/if}
12+
1313

1414
{$addDelete=['add', 'delete']}
15-
{loop="$addDelete"}
16-
<div id="bulk-tag-action-{$value}" class="subheader-form">
17-
<form class="pure-g" action="{$base_path}/admin/shaare/update-tags" method="post">
18-
<div class="pure-u-1">
19-
<span>
20-
<input
21-
type="text" name="tag" class="autofocus"
22-
aria-label="{$value === 'add' ? t('Tag to add') : t('Tag to delete')}"
23-
placeholder="{$value === 'add' ? t('Tag to add') : t('Tag to delete')}"
24-
autocomplete="off" data-multiple data-autofirst data-minChars="1"
25-
data-list="{loop="$tags"}{$key}, {/loop}"
26-
>
27-
<input type="hidden" name="action" value="{$value}" />
28-
<input type="hidden" name="id" value="" />
29-
<input type="hidden" name="token" value="{$token}" />
30-
</span>&nbsp;
31-
<a href="" class="button action">
32-
<i class="fa fa-tag" aria-hidden="true"></i>
33-
{$value === 'add' ? t('Add tag') : t('Delete tag')}
34-
</a>&nbsp;
35-
<a href="" class="subheader-opener button cancel" data-open-id="actions">{'Cancel'|t}</a>
36-
</div>
37-
</form>
38-
</div>
39-
{/loop}
40-
15+
{loop="$addDelete"}
16+
<div id="bulk-tag-action-{$value}" class="subheader-form">
17+
<form class="pure-g" action="{$base_path}/admin/shaare/update-tags" method="post">
18+
<div class="pure-u-1">
19+
<span>
20+
<input
21+
type="text" name="tag" class="autofocus"
22+
aria-label="{$value === 'add' ? t('Tag to add') : t('Tag to delete')}"
23+
placeholder="{$value === 'add' ? t('Tag to add') : t('Tag to delete')}"
24+
autocomplete="off" data-multiple data-autofirst data-minChars="1"
25+
data-list="{loop="$tags"}{$key}, {/loop}"
26+
>
27+
<input type="hidden" name="action" value="{$value}" />
28+
<input type="hidden" name="id" value="" />
29+
<input type="hidden" name="token" value="{$token}" />
30+
</span>&nbsp;
31+
<a href="" class="button action">
32+
<i class="fa fa-tag" aria-hidden="true"></i>
33+
{$value === 'add' ? t('Add tag') : t('Delete tag')}
34+
</a>&nbsp;
35+
<a href="" class="subheader-opener button cancel" data-open-id="actions">{'Cancel'|t}</a>
36+
</div>
37+
</form>
38+
</div>
39+
{/loop}
40+
{/if}
4141

4242
<nav id="nav-links">
4343
<ul>

stack/pluginsadmin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="window-subtitle">{'Disabled Plugins'|t}</h3>
7979

8080
<div class="infos-font">
8181
{"More plugins available"|t}
82-
<a href="{$root_path}/doc/html/Community-&-Related-software/#third-party-plugins">{"in the documentation"|t}</a>.
82+
<a href="{$root_path}/doc/html/Community-and-related-software/#third-party-plugins">{"in the documentation"|t}</a>.
8383
</div>
8484
<input type="submit" value="{'Save'|t}" name="save">
8585
<input type="hidden" name="token" value="{$token}">

0 commit comments

Comments
 (0)