Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
131dc93f
Commit
131dc93f
authored
Dec 02, 2008
by
Adrian Rossouw
Committed by
adrian
Dec 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unecessary files after config move
parent
9b6ffa39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
45 deletions
+0
-45
provision.css
provision.css
+0
-33
provision.js
provision.js
+0
-12
No files found.
provision.css
deleted
100644 → 0
View file @
9b6ffa39
.provision-help-hidden
{
display
:
none
}
div
.provision-requirement-help
.message
{
background-repeat
:
no-repeat
;
background-position
:
4px
4px
;
padding-left
:
27px
;
padding-right
:
1em
;
font-weight
:
bold
;
}
.provision-status-warning
.message
{
border
:
1px
solid
#ccb
;
background
:
#ffd
;
background-image
:
url(/misc/watchdog-warning.png)
;
}
.provision-status-error
.message
{
border
:
1px
solid
#d77
;
background
:
#fcc
;
color
:
#200
;
background-image
:
url(/misc/watchdog-error.png)
;
}
.provision-status-success
.message
{
border
:
1px
solid
#bdb
;
background
:
#dfd
;
background-image
:
url(/misc/watchdog-ok.png)
;
}
.provision-help-collapsed
.provision-help
{
display
:
none
;
}
provision.js
deleted
100644 → 0
View file @
9b6ffa39
Drupal
.
provisionHelpAttach
=
function
()
{
$
(
'
.provision-help-toggle
'
).
click
(
function
()
{
$
(
'
.provision-help
'
,
$
(
this
).
parent
()).
toggle
(
'
slow
'
)
}
);
}
if
(
Drupal
.
jsEnabled
)
{
$
(
document
).
ready
(
Drupal
.
provisionHelpAttach
);
}
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