Skip to content

Commit

Permalink
MDL-34572 alfresco repository: add accesshide class to workspace's label
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossiani Wijaya committed Nov 9, 2012
1 parent 4bde115 commit de471f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/alfresco/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function get_link($uuid) {

public function print_search() {
$str = parent::print_search();
$str .= html_writer::label(get_string('space', 'repository_alfresco'), 'space');
$str .= html_writer::label(get_string('space', 'repository_alfresco'), 'space', false, array('class' => 'accesshide'));
$str .= html_writer::empty_tag('br');
$str .= '<select id="space" name="space">';
foreach ($this->user_session->stores as $v) {
Expand Down

0 comments on commit de471f3

Please sign in to comment.