diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 15:57:47 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 15:57:47 +0200 |
commit | 1b383041f63a231afdfe180acd9b73375a8890ed (patch) | |
tree | 2ed9b23fc053c9bef30dac42f392e2c7f866c906 /tpl/default/addlink.html | |
parent | ff56413eb57818370093c482b617091e7b14814f (diff) | |
download | Shaarli-1b383041f63a231afdfe180acd9b73375a8890ed.tar.gz Shaarli-1b383041f63a231afdfe180acd9b73375a8890ed.tar.zst Shaarli-1b383041f63a231afdfe180acd9b73375a8890ed.zip |
Configure page
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index 8e64064f..bc328daa 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -9,7 +9,7 @@ | |||
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"|t}</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 page-form page-form-light"> |
13 | <div> | 13 | <div> |
14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> | 14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> |
15 | </div> | 15 | </div> |