Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
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
583fe01e
authored
2023-11-08 14:29:57 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix to broker assignment sidebar
1 parent
6ab85e2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
View file @
583fe01
...
...
@@ -277,7 +277,7 @@
?>
<h2>
<?=
_
(
"Your Commonwell Team"
)
?>
</h2>
<h2>
<?=
_
_
(
"Your Commonwell Team"
)
?>
</h2>
<section>
<div
class=
"accordian"
>
...
...
@@ -293,8 +293,8 @@
<?php
}
else
{
?>
<address>
<ul>
<?php
if
(
!
empty
(
$aa
[
'
label
'
]))
{
?>
<li><b>
<?=
$aa
[
'
label
'
]
?>
</b></li>
<?php
if
(
!
empty
(
$aa
[
'
full_name
'
]))
{
?>
<li><b>
<?=
$aa
[
'
full_name
'
]
?>
</b></li>
<?php
}
?>
<?php
if
(
!
empty
(
$aa
[
'email'
]))
{
?>
<li><a
href=
'mailto:
<?=
$aa
[
'email'
]
?>
'
>
<?=
$aa
[
'email'
]
?>
</a></li>
...
...
Please
register
or
sign in
to post a comment