Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dpsite2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
domainepublic
dpsite2
Commits
b2b949be
Commit
b2b949be
authored
Sep 12, 2017
by
Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloud
parent
09388781
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
squelettes/formulaires/cloud.php
squelettes/formulaires/cloud.php
+1
-0
squelettes/js/menu.js.html
squelettes/js/menu.js.html
+4
-4
themes/ficelle/css/theme.less
themes/ficelle/css/theme.less
+1
-1
No files found.
squelettes/formulaires/cloud.php
View file @
b2b949be
...
...
@@ -37,6 +37,7 @@ function formulaires_cloud_verifier_dist(){
// $erreurs['cloud'] = "Ce nom de domaine n'est pas hébergé par domainepublic";
else
set_request
(
"erreurs"
,
array
());
spip_log
(
"erreurs "
.
print_r
(
$erreurs
),
'test'
.
_LOG_AVERTISSEMENT
);
return
$erreurs
;
}
...
...
squelettes/js/menu.js.html
View file @
b2b949be
...
...
@@ -53,10 +53,10 @@ $(document).ready(function(){
$("#formulaire_cloud").toggle();
event.stopPropagation();
});
$( "#cloud
, #modele_cloud
" ).focus(function() {
if ($("#cloud
, #modele_cloud
").val() == "
<:cloud_domaine:>
")
$("#cloud
, #modele_cloud
").val("");
$("#cloud
, #modele_cloud
").css('font-style', 'normal');
$( "#cloud" ).focus(function() {
if ($("#cloud").val() == "
<:cloud_domaine:>
")
$("#cloud").val("");
$("#cloud").css('font-style', 'normal');
});
mainmenu();
});
...
...
themes/ficelle/css/theme.less
View file @
b2b949be
...
...
@@ -76,7 +76,7 @@ ul.spip .entry.document .spip_logos {
background-color: #f6f6f6;
border-radius: 10px;
}
.navbar-inverse #item-bureau ul, .navbar-inverse #item-webmail ul{
.navbar-inverse #item-bureau ul, .navbar-inverse #item-webmail ul
, .navbar-inverse #item-cloud ul
{
border-color: @yellow;
box-shadow: 0 2px4px @yellow inset, 0 1px 0 rgba(255, 255, 255, 0.15);
color: #333;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment