From 8d6c58af367e3df4fb9c5cfb22a88a493bd4258f Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 25 Apr 2015 17:09:48 +0100 Subject: [PATCH] Demo/big arrow removed --- editor.php | 6 ------ images/big-arrow.gif | Bin 430 -> 0 bytes lang/english.php | 25 ++++++++++++------------- 3 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 images/big-arrow.gif diff --git a/editor.php b/editor.php index 45d079f..f7de39a 100644 --- a/editor.php +++ b/editor.php @@ -65,8 +65,6 @@ $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light", .fold {position: absolute; display: inline-block; width: 13px; height: 13px; font-size: 14px; text-align: center; cursor: pointer} .foldOn {background: #800; color: #ddd} .foldOff {background: rgba(255,255,255,0.04); color: #666} -.demoArrow {position: absolute; display: inline-block; width: 99px; height: 50px; top: 0; right: 30px; background: url('images/big-arrow.gif') 0 -10px no-repeat; text-align: center; font-family: arial; font-size: 10px; padding-top: 60px} -h2 {color: rgba(0,198,255,0.7)} .heading {color:#888} .cm-s-diff {left: 50%} .diffGreen {background: #0b0 !important; color: #000 !important} @@ -81,10 +79,6 @@ h2 {color: rgba(0,198,255,0.7)} - -
- -
diff --git a/images/big-arrow.gif b/images/big-arrow.gif deleted file mode 100644 index e7e2fecbf5c892b8a39bda09502b3dd07e2057a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmV;f0a5-(Nk%w1VPgP{0Du7iGcz;)|NkNR1OWg50RSuj0001E0E_?t0{@JUsmp!f zqMWo^1@hgz`wV*GNIqa#rmA$d>kAw09M|NG+xmw0`_Jn6fW(CGSWF(5N#OF?)IF!s z*z{UmUANiN_S+SG$6?O+T(+Fo>B;)tcD(2D#r$4J-1qsw{$KYe*d|z5R*2YzxLCF5 z*yI>l6iMksSt)gSX`|U`)#<4P3aT<{>ScN=mYVv(%4+uddLdg|QH$$_n=7}w+u$2) z7c8ttOl)$D?5BK8+l<8tO(i|eRBbJknXQe@P2>H2vMufsUJh|yPL8gjF3#Q_k3PTt z{#_4$&z+CIpWTn&KWhO24xCny;6Z2!5iV@jkl{mR5g|@=c5zvac7^6Pazx?rW4e$Z zD^ko@j3h^s7*)zc>5HYtPa9^ zsRF4Qw5kxRL#-0ITJ(AnY)hOgnT{g5Q|wF_BHgLI$+j)po@8IXEqXU?-Jf~s#;s|V YRNzp3gBBh-Skqj?d!IIrTA=^{J1W4}AOHXW diff --git a/lang/english.php b/lang/english.php index 5c30e52..5279ebc 100644 --- a/lang/english.php +++ b/lang/english.php @@ -11,7 +11,6 @@ $text = array( "editor" => array( - "Click icons for..." => "Click icons
for help &
usage info
", "server" => "server", "Server name, OS..." => "Server name, OS & IP:", "Root" => "Root:", @@ -434,17 +433,17 @@ $text = array( "Update appears to..." => "Update appears to be successful" ), - "find-in-files" => - array( - "Enter path to search in" => "Enter path to search in", - "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)" => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)", - "Type of text" => "Type of text", - "Fixed text" => "Fixed text", - "Regular expression" => "Regular expression", - "Case sensitive" => "Case sensitive", - "Yes" => "Yes", - "No" => "No", - "Search" => "Search", - ), + "find-in-files" => + array( + "Enter path to search in" => "Enter path to search in", + "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)" => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)", + "Type of text" => "Type of text", + "Fixed text" => "Fixed text", + "Regular expression" => "Regular expression", + "Case sensitive" => "Case sensitive", + "Yes" => "Yes", + "No" => "No", + "Search" => "Search", + ) ); ?> \ No newline at end of file