From ee2bea37e9a46e8dcd6b7df655fc56c1feb8132e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 Jan 2014 21:01:53 -0800 Subject: mod_filestorage: provide a URL for linking to webpages and other websites --- view/css/mod_filestorage.css | 4 ++-- view/tpl/attach_edit.tpl | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'view') diff --git a/view/css/mod_filestorage.css b/view/css/mod_filestorage.css index 19e8ddd42..98fa8e93d 100644 --- a/view/css/mod_filestorage.css +++ b/view/css/mod_filestorage.css @@ -1,4 +1,4 @@ -#attach-edit-backlink, #cut-paste-link { +#attach-edit-backlink, #cutpasteinput, #linkpasteinput { margin-bottom: 10px; } @@ -6,6 +6,6 @@ margin-top: 20px; } -#cutpasteinput { +#cutpasteinput, #linkpasteinput { width: 600px; } \ No newline at end of file diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index fa6f8914f..f9c6e96ce 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -22,10 +22,11 @@ {{else}}
{{$cpdesc}}
- +
+ +
{{$cpldesc}}
+
+ {{/if}}
-- cgit v1.2.3