]> git.openstreetmap.org Git - osqa.git/commitdiff
use read-only textarea instead of text input for the answer link prompt
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 7 May 2011 13:11:03 +0000 (13:11 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 7 May 2011 13:11:03 +0000 (13:11 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1027 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/node/permanent_link.html

index 307b73305d21a34b353e70e693fb4a3175c9dc91..d0fb3b9c81ea6ae105d7afb1fb3cf117ecdf4e15 100644 (file)
@@ -8,7 +8,7 @@ Would you like to copy the permanent link to your clipboard?
 
 {% spaceless %}
 <p><label for="permanent_link_url">{% trans "Permanent link" %}:</label></p>
-<p><input id="permanent_link_url" name="permanent_link_url" size="64" style="font-size: 12px; width: 330px" readonly="readonly" type="text" value="{{ url }}" /></p>
+<p><textarea id="permanent_link_url" name="permanent_link_url" size="64" style="font-size: 12px;" readonly="readonly">{{ url }}</textarea></p>
 {% endspaceless %}
 
 <script type="text/javascript" src="{% media  "/media/js/ZeroClipboard.js" %}"></script>