mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Remove 2 x test SVGs, bool param passed
This commit is contained in:
@@ -44,14 +44,6 @@ echo "?microtime=".microtime(true);
|
||||
<br>
|
||||
<div style="display: inline-block; height: 500px; width: 210px; overflow-y: scroll">
|
||||
|
||||
<div style="position: absolute; top: 8px; right: 5px">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="44" height="44" viewBox="0 0 24 24" stroke-width="1" stroke="#444" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<rect x="8" y="8" width="12" height="12" rx="2" />
|
||||
<path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$dateCounts = $fileCountInfo['dateCounts'];
|
||||
$displayVersions = $versions;
|
||||
|
||||
10
lib/help.php
10
lib/help.php
@@ -21,16 +21,6 @@ $t = $text['help'];
|
||||
<?php $isMac = -1 < strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh") ? true : false;?>
|
||||
<div style="display: inline-block; width: 385px; margin-right: 20px">
|
||||
|
||||
<div style="position: absolute; top: 8px; right: 5px">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cut" width="44" height="44" viewBox="0 0 24 24" stroke-width="1" stroke="#444" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z"/>
|
||||
<circle cx="7" cy="17" r="3" />
|
||||
<circle cx="17" cy="17" r="3" />
|
||||
<line x1="9.15" y1="14.85" x2="18" y2="4" />
|
||||
<line x1="6" y1="4" x2="14.85" y2="14.85" />
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<h2><?php echo $t['Within document'];?></h2>
|
||||
<!-- This can only be CTRL+space as Cmd+space is a reserved apple shortcut -->
|
||||
<span class="key"><?php echo $isMac ? "Cmd" : "Ctrl";?> <span class="plus">+</span> <?php echo $t['Space'];?></span> <span class="shortcut"><?php echo $t['Autocomplete add snippet'];?></span><br>
|
||||
|
||||
@@ -119,7 +119,7 @@ if (false === $demoMode && true === isset($_SESSION['loggedIn']) && true === $_S
|
||||
|
||||
// With all that worked out, we can now hide the settings screen and apply the new settings
|
||||
$jsBugFilePaths = "['" . str_replace(",", "','", str_replace(" ", "", $_POST['bugFilePaths'])) . "']";
|
||||
echo "<script>parent.ICEcoder.settingsScreen('hide'); parent.ICEcoder.useNewSettings('" .
|
||||
echo "<script>parent.ICEcoder.settingsScreen(true); parent.ICEcoder.useNewSettings('" .
|
||||
$themeURL . "'," .
|
||||
(true === $ICEcoder["codeAssist"] ? "true" : "false") . "," .
|
||||
(true === $ICEcoder["lockedNav"] ? "true" : "false") . ",'" .
|
||||
|
||||
Reference in New Issue
Block a user