Nextcloud - hide element: Nueva plantilla de formulario
parent
596bc4ef5d
commit
c6bc45cb96
|
@ -0,0 +1,6 @@
|
||||||
|
.newFileMenu > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.icon-onlyoffice-new-docxf {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -55,6 +55,7 @@
|
||||||
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
|
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
|
||||||
<link rel="stylesheet" href="<?php p($api_url) ?>/css/font-awesome-4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="<?php p($api_url) ?>/css/font-awesome-4.7.0/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="<?php p($api_url) ?>/css/dd.css">
|
<link rel="stylesheet" href="<?php p($api_url) ?>/css/dd.css">
|
||||||
|
<link rel="stylesheet" href="/themes/dd/core/ddstyles.css">
|
||||||
<script nonce="<?php p(\OC::$server->getContentSecurityPolicyNonceManager()->getNonce()) ?>" src="/themes/dd/core/js/navbar.js"></script>
|
<script nonce="<?php p(\OC::$server->getContentSecurityPolicyNonceManager()->getNonce()) ?>" src="/themes/dd/core/js/navbar.js"></script>
|
||||||
<?php emit_css_loading_tags($_); ?>
|
<?php emit_css_loading_tags($_); ?>
|
||||||
<?php emit_script_loading_tags($_); ?>
|
<?php emit_script_loading_tags($_); ?>
|
||||||
|
|
Loading…
Reference in New Issue