Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3e2f7761
authored
2010-08-27 14:04:17 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated changes to test if post-commit works
1 parent
5175fd0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
com/AddThis/Config.php
com/Notifications/views/assets/css/notifications.css
com/AddThis/Config.php
0 → 100644
View file @
3e2f776
<?php
// item => array(default,description,[optiona/required],shortcode_available)
$config
=
array
(
'default_gallery'
=>
array
(
'hg-gallery-general'
,
'Default Gallery slug name'
,
'optional'
,
true
)
,
'image_approval'
=>
array
(
'yes'
,
'Does linking or uploading a new gallery image require moderator/admin approval? values: yes|no'
,
'optional'
,
true
)
,
'video_approval'
=>
array
(
'no'
,
'Does linking or uploading a new gallery video require moderator/admin approval? values: yes|no'
,
'optional'
,
true
)
,
'items_per_page'
=>
array
(
'0'
,
'How many gallery items per page? 0 = show all'
,
'optional'
,
true
)
,
'youtube_account'
=>
array
(
''
,
'YouTube account ID for uploading videos'
,
'required'
,
false
)
,
'youtube_pass'
=>
array
(
''
,
'YouTube account password'
,
'required'
,
false
)
);
?>
\ No newline at end of file
com/Notifications/views/assets/css/notifications.css
View file @
3e2f776
...
...
@@ -13,7 +13,7 @@ table.expandable thead th {
}
table
.expandable
tbody
{
background-color
:
#f
dfdee
;
background-color
:
#f
5f5f5
;
}
table
.expandable
thead
th
.toggle
h6
{
...
...
Please
register
or
sign in
to post a comment