aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-08-07 13:00:10 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-07 13:00:10 +0200
commitff56413eb57818370093c482b617091e7b14814f (patch)
tree94f066e2ec47e316c13ee77e4698e2291d960504 /tpl/default/addlink.html
parentbb83c07ccaff7b4935a1efe3ae234567d0076b55 (diff)
downloadShaarli-ff56413eb57818370093c482b617091e7b14814f.tar.gz
Shaarli-ff56413eb57818370093c482b617091e7b14814f.tar.zst
Shaarli-ff56413eb57818370093c482b617091e7b14814f.zip
Apply translation function on all labels
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r--tpl/default/addlink.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html
index 13adeb49..8e64064f 100644
--- a/tpl/default/addlink.html
+++ b/tpl/default/addlink.html
@@ -8,13 +8,13 @@
8<div class="pure-g"> 8<div class="pure-g">
9 <div class="pure-u-lg-1-3 pure-u-1-8"></div> 9 <div class="pure-u-lg-1-3 pure-u-1-8"></div>
10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> 10 <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4">
11 <h2>Shaare a new link</h2> 11 <h2>{"Shaare a new link"|t}</h2>
12 <form method="GET" action="" name="addform" class="addform"> 12 <form method="GET" action="" name="addform" class="addform">
13 <div> 13 <div>
14 <input type="text" name="post"> 14 <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}">
15 </div> 15 </div>
16 <div> 16 <div>
17 <input type="submit" value="Add link"> 17 <input type="submit" value="{'Add link'|t}">
18 </div> 18 </div>
19 </form> 19 </form>
20 </div> 20 </div>