]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/permanent_link.html
#SPLUNK-91, modifying the permanent link tool, adding an option to copy to the clipbo...
[osqa.git] / forum / skins / default / templates / node / permanent_link.html
index 0ea2941bb8ad33f4394d20fa730531e210bbc556..e4cfcf9d267919b20270b2a547131d4cdb48565a 100644 (file)
@@ -1,13 +1,21 @@
 {% load i18n %}
 
+<p>
+{% blocktrans %}
+Would you like to copy the permanent link to your clipboard?
+{% endblocktrans %}
+</p>
+
+<p>
 {% spaceless %}
 <table>
     <tr>
         <td><label for="permanent_link_url">{% trans "Permanent link" %}:</label></td>
-        <td><input id="permanent_link_url" readonly="readonly" type="text" value="{{ url }}" /></td>
+        <td><input id="permanent_link_url" name="permanent_link_url" readonly="readonly" type="text" value="{{ url }}" /></td>
     </tr>
 </table>
 {% endspaceless %}
+</p>
 
 <script type="text/javascript">
 $(document).ready(function() {