Skip to content

Commit

Permalink
SAK-22575 joinable image alt text should not have question mark
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/site/trunk@310257 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed Jun 16, 2014
1 parent 9552f8c commit eba8056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/site-tool/tool/src/bundle/admin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ sitlis.des = Description, URLs
sitlis.des2 = Description:
sitlis.ico = Icon URL:
sitlis.joi = Joinable?
sitlis.joialt = joinable
sitlis.nosit = No sites are defined that meet the search criteria.
sitlis.pub = Published
sitlis.shodes = Short Description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</td>
<td headers="Title">$validator.escapeHtml($site.Title)</td>
<td headers="Published">#if($site.isPublished())<img src="#imageLink("sakai/checkon.gif")" border="0" alt="$tlang.getString("sitlis.pub")" />#end</td>
<td headers="Joinable">#if($site.isJoinable())<img src="#imageLink("sakai/checkon.gif")" border="0" alt="$tlang.getString("sitlis.joi")" />#end</td>
<td headers="Joinable">#if($site.isJoinable())<img src="#imageLink("sakai/checkon.gif")" border="0" alt="$tlang.getString("sitlis.joialt")" />#end</td>
<td headers="Type">$validator.escapeHtml($site.Type)</td>
<td headers="Description">
#if ($site.ShortDescription && $site.ShortDescription !="")
Expand Down

0 comments on commit eba8056

Please sign in to comment.