Skip to content

Commit 8d6c58a

Browse files
committed
Demo/big arrow removed
1 parent 12e6bed commit 8d6c58a

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

editor.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
.fold {position: absolute; display: inline-block; width: 13px; height: 13px; font-size: 14px; text-align: center; cursor: pointer}
6666
.foldOn {background: #800; color: #ddd}
6767
.foldOff {background: rgba(255,255,255,0.04); color: #666}
68-
.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}
69-
h2 {color: rgba(0,198,255,0.7)}
7068
.heading {color:#888}
7169
.cm-s-diff {left: 50%}
7270
.diffGreen {background: #0b0 !important; color: #000 !important}
@@ -81,10 +79,6 @@
8179

8280
<body style="color: #fff; margin: 0" onKeyDown="return top.ICEcoder.interceptKeys('content', event);" onKeyUp="top.ICEcoder.resetKeys(event);" onBlur="parent.ICEcoder.resetKeys(event);">
8381

84-
<?php if ($ICEcoder['demoMode']) {?>
85-
<div class="demoArrow"><?php echo $t['Click icons for...'];?></div>
86-
<?php ;}; ?>
87-
8882
<div style="display: none; margin: 32px 43px 0 43px; padding: 10px; width: 500px; font-family: arial; font-size: 10px; color: #ddd; background: #333" id="dataMessage"></div>
8983

9084
<div style="margin: 20px 43px 32px 43px; font-family: arial; font-size: 10px; color: #ddd">

images/big-arrow.gif

-430 Bytes
Binary file not shown.

lang/english.php

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
"editor" =>
1313
array(
14-
"Click icons for..." => "<b>Click icons<br>for help &amp;<br>usage info</b>",
1514
"server" => "server",
1615
"Server name, OS..." => "Server name, OS & IP:",
1716
"Root" => "Root:",
@@ -434,17 +433,17 @@
434433
"Update appears to..." => "Update appears to be successful"
435434
),
436435

437-
"find-in-files" =>
438-
array(
439-
"Enter path to search in" => "Enter path to search in",
440-
"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)",
441-
"Type of text" => "Type of text",
442-
"Fixed text" => "Fixed text",
443-
"Regular expression" => "Regular expression",
444-
"Case sensitive" => "Case sensitive",
445-
"Yes" => "Yes",
446-
"No" => "No",
447-
"Search" => "Search",
448-
),
436+
"find-in-files" =>
437+
array(
438+
"Enter path to search in" => "Enter path to search in",
439+
"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)",
440+
"Type of text" => "Type of text",
441+
"Fixed text" => "Fixed text",
442+
"Regular expression" => "Regular expression",
443+
"Case sensitive" => "Case sensitive",
444+
"Yes" => "Yes",
445+
"No" => "No",
446+
"Search" => "Search",
447+
)
449448
);
450449
?>

0 commit comments

Comments
 (0)