mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 17:46:31 +02:00
merge original project modifications
This commit is contained in:
committed by
Marco Dickert
parent
40aebb172e
commit
3052e2c2ef
@@ -10,7 +10,7 @@ chdir( realpath( dirname( __FILE__ ) ) );
|
||||
|
||||
// output files and common attrs
|
||||
define( "IFM_CDN", true );
|
||||
define( "IFM_VERSION", "<a href='https://github.com/cryol/ifm/tree/2.6.0' target=_blank>v2.6.0</a>" );
|
||||
define( "IFM_VERSION", "<a href='https://github.com/cryol/ifm/tree/2.6.1' target=_blank>v2.6.1</a>" );
|
||||
define( "IFM_RELEASE_DIR", "dist/");
|
||||
define( "IFM_STANDALONE", "ifm.php" );
|
||||
define( "IFM_STANDALONE_GZ", "ifm.min.php" );
|
||||
|
@@ -520,8 +520,8 @@ function IFM(params) {
|
||||
self.editor.getSession().setMode( e.target.value );
|
||||
});
|
||||
});
|
||||
|
||||
return $(content);
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
padding-top: 70px;
|
||||
overflow-y: scroll !important;
|
||||
}
|
||||
.icon {
|
||||
font-size: 14pt;
|
||||
|
@@ -19,12 +19,16 @@
|
||||
</form>
|
||||
</div>
|
||||
<ul class="navbar-nav">
|
||||
{{#config.showrefresh}}
|
||||
<li class="nav-item active">
|
||||
<a id="refresh" class="nav-link"><span title="{{i18n.refresh}}" class="icon icon-arrows-cw" href="#"></span> <span class="d-block d-sm-none">{{i18n.refresh}}</span></a>
|
||||
</li>
|
||||
{{/config.showrefresh}}
|
||||
{{#config.search}}
|
||||
<li class="nav-item">
|
||||
<a id="search" class="nav-link"><span title="{{i18n.search}}" class="icon icon-search" href="#"></span> <span class="d-block d-sm-none">{{i18n.search}}</span></a>
|
||||
</li>
|
||||
{{/config.search}}
|
||||
{{#config.upload}}
|
||||
<li class="nav-item">
|
||||
<a id="upload" class="nav-link"><span title="{{i18n.upload}}" class="icon icon-upload" href="#"></span> <span class="d-block d-sm-none">{{i18n.upload}}</span></a>
|
||||
|
Reference in New Issue
Block a user