Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
270902c2
Commit
270902c2
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Um, brokes. Converts.
parent
ca11be2e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
feeds.pages.inc
+1
-1
1 addition, 1 deletion
feeds.pages.inc
feeds_ui/feeds_ui.admin.inc
+2
-2
2 additions, 2 deletions
feeds_ui/feeds_ui.admin.inc
with
3 additions
and
3 deletions
feeds.pages.inc
+
1
−
1
View file @
270902c2
...
@@ -155,7 +155,7 @@ function feeds_fetcher_callback($importer, $feed_nid = 0) {
...
@@ -155,7 +155,7 @@ function feeds_fetcher_callback($importer, $feed_nid = 0) {
*/
*/
function
theme_feeds_upload
(
$variables
)
{
function
theme_feeds_upload
(
$variables
)
{
$element
=
$variables
[
'element'
];
$element
=
$variables
[
'element'
];
drupal_add_css
(
array
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds'
)
.
'/feeds.css'
)
)
;
drupal_add_css
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds'
)
.
'/feeds.css'
);
_form_set_class
(
$element
,
array
(
'form-file'
));
_form_set_class
(
$element
,
array
(
'form-file'
));
$description
=
''
;
$description
=
''
;
if
(
!
empty
(
$element
[
'#file_info'
]))
{
if
(
!
empty
(
$element
[
'#file_info'
]))
{
...
...
This diff is collapsed.
Click to expand it.
feeds_ui/feeds_ui.admin.inc
+
2
−
2
View file @
270902c2
...
@@ -651,7 +651,7 @@ function _feeds_ui_format_options($options) {
...
@@ -651,7 +651,7 @@ function _feeds_ui_format_options($options) {
function
theme_feeds_ui_overview_form
(
$variables
)
{
function
theme_feeds_ui_overview_form
(
$variables
)
{
$form
=
$variables
[
'form'
];
$form
=
$variables
[
'form'
];
drupal_add_js
(
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.js'
);
drupal_add_js
(
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.js'
);
drupal_add_css
(
array
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.css'
)
)
;
drupal_add_css
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.css'
);
// Iterate through all importers and build a table.
// Iterate through all importers and build a table.
$rows
=
array
();
$rows
=
array
();
...
@@ -686,7 +686,7 @@ function theme_feeds_ui_overview_form($variables) {
...
@@ -686,7 +686,7 @@ function theme_feeds_ui_overview_form($variables) {
function
theme_feeds_ui_edit_page
(
$variables
)
{
function
theme_feeds_ui_edit_page
(
$variables
)
{
$config_info
=
$variables
[
'info'
];
$config_info
=
$variables
[
'info'
];
$active_container
=
$variables
[
'active'
];
$active_container
=
$variables
[
'active'
];
drupal_add_css
(
array
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.css'
)
)
;
drupal_add_css
(
'file'
=>
drupal_get_path
(
'module'
,
'feeds_ui'
)
.
'/feeds_ui.css'
);
// Outer wrapper.
// Outer wrapper.
$output
=
'<div class="feeds-settings clear-block">'
;
$output
=
'<div class="feeds-settings clear-block">'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment