Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Digital Experience Group
PlanetRed
Commits
350bc697
Commit
350bc697
authored
15 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Add closing labels patch
parent
22538f17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
patches/add_closing_labels.diff
+31
-0
31 additions, 0 deletions
patches/add_closing_labels.diff
setup.sh
+2
-1
2 additions, 1 deletion
setup.sh
with
33 additions
and
1 deletion
patches/add_closing_labels.diff
0 → 100644
+
31
−
0
View file @
350bc697
Index: views/default/forms/forums/edittopic.php
===================================================================
--- views/default/forms/forums/edittopic.php (revision 1182)
+++ views/default/forms/forums/edittopic.php (working copy)
@@ -61,6 +61,7 @@
));
?>
+ </label>
</p>
<!-- topic message input -->
@@ -104,4 +105,4 @@
<input type="submit" class="submit_button" value="<?php echo elgg_echo('save'); ?>" />
</p>
- </form>
\ No newline at end of file
+ </form>
Index: views/default/forms/forums/addtopic.php
===================================================================
--- views/default/forms/forums/addtopic.php (revision 1182)
+++ views/default/forms/forums/addtopic.php (working copy)
@@ -56,6 +56,7 @@
));
?>
+ </label>
</p>
<!-- topic message input -->
This diff is collapsed.
Click to expand it.
setup.sh
+
2
−
1
View file @
350bc697
...
...
@@ -6,5 +6,6 @@ mkdir elgg_data
#Do patches
cd
elgg
patch
-p0
< ../patches/lowercase_post.diff
cd
mod/groups
patch
-p0
< ../../../patches/add_closing_labels.diff
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