From 170967c48a583e4db5fa1131e23d7abe71681ae6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 13 Nov 2012 20:26:49 +0100 Subject: [ticket/10879] Remove arrow icon from attachment link in editor If you upload a file with a long filename the filename will partially cover the arrow icon background image. Remove the icon as it's not needed anyways. PHPBB3-10879 --- phpBB/styles/prosilver/template/posting_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/posting_editor.html') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 5b3f2beed0..5acdb3a08c 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -165,7 +165,7 @@
-
{attach_row.FILENAME}
+
{attach_row.FILENAME}
  -- cgit v1.2.1 From f2ee104291641302434d6e2ce142ec14bb025932 Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Tue, 13 Mar 2012 13:41:49 +0000 Subject: [feature/events] Add posting_editor_options template ledge This is needed for options for posts and is used by topic as link MOD PHPBB3-9550 --- phpBB/styles/prosilver/template/posting_editor.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles/prosilver/template/posting_editor.html') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index be45993cef..776997eb91 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -213,6 +213,7 @@
+
-- cgit v1.2.1 From 8dcc2cded68efea064ac0ae7dd2a75db2b48651e Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Tue, 20 Mar 2012 07:08:59 +0000 Subject: [feature/events] Rename RUNHOOKS to EVENT Apply change to existing ledges PHPBB3-9550 --- phpBB/styles/prosilver/template/posting_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/posting_editor.html') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 776997eb91..0f3522bb15 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -213,7 +213,7 @@
- +
-- cgit v1.2.1 From d22f171ad0af20bbc02c44a674509371398798b7 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 17 Dec 2012 11:36:07 -0500 Subject: [feature/events] Append "_prepend" to posting_editor_options PHPBB3-9550 --- phpBB/styles/prosilver/template/posting_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/posting_editor.html') diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 0f3522bb15..8156968098 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -213,7 +213,7 @@
- +
-- cgit v1.2.1