mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 18:14:00 +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
|
// output files and common attrs
|
||||||
define( "IFM_CDN", true );
|
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_RELEASE_DIR", "dist/");
|
||||||
define( "IFM_STANDALONE", "ifm.php" );
|
define( "IFM_STANDALONE", "ifm.php" );
|
||||||
define( "IFM_STANDALONE_GZ", "ifm.min.php" );
|
define( "IFM_STANDALONE_GZ", "ifm.min.php" );
|
||||||
|
@@ -520,8 +520,8 @@ function IFM(params) {
|
|||||||
self.editor.getSession().setMode( e.target.value );
|
self.editor.getSession().setMode( e.target.value );
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
return $(content);
|
return $(content);
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
|
overflow-y: scroll !important;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
|
@@ -19,12 +19,16 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<ul class="navbar-nav">
|
<ul class="navbar-nav">
|
||||||
|
{{#config.showrefresh}}
|
||||||
<li class="nav-item active">
|
<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>
|
<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>
|
</li>
|
||||||
|
{{/config.showrefresh}}
|
||||||
|
{{#config.search}}
|
||||||
<li class="nav-item">
|
<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>
|
<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>
|
</li>
|
||||||
|
{{/config.search}}
|
||||||
{{#config.upload}}
|
{{#config.upload}}
|
||||||
<li class="nav-item">
|
<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>
|
<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