Merge branch 'wip-MDL-37613_master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Sam Hemelryk 2013-01-28 17:38:36 +13:00
commit 225a85806d
6 changed files with 10 additions and 10 deletions

View File

@ -140,7 +140,7 @@ if ($check_anonymously) {
if ($item->hasvalue == 0) {
continue;
}
echo '<table width="100%" class="generalbox">';
echo '<table width="100%" class="generaltable">';
//get the class of item-typ
$itemobj = feedback_get_item_class($item->typ);

View File

@ -200,7 +200,7 @@ if ($courseitemfilter > 0) {
if ($item->hasvalue == 0) {
continue;
}
echo '<table width="100%" class="generalbox">';
echo '<table width="100%" class="generaltable">';
//get the class from item-typ
$itemobj = feedback_get_item_class($item->typ);
$itemnr++;

View File

@ -5,7 +5,7 @@
<div class="boxaligncenter">
<form id="form" method="post" action="editcategories.php">
<div>
<table class="generalbox" cellpadding="5">
<table class="generaltable" cellpadding="5">
<tr valign="top">
<td align="right"><label for="name"><?php echo get_string("name") ?>:</label></td>
<td>

View File

@ -205,7 +205,7 @@ if ( $action ) {
?>
<form method="post" action="editcategories.php">
<table width="40%" class="boxaligncenter generalbox" cellpadding="5">
<table width="40%" class="boxaligncenter generaltable" cellpadding="5">
<tr>
<th style="width:90%" align="center">
<?php p(get_string("categories","glossary")) ?></th>

View File

@ -61,7 +61,7 @@ $yes = get_string("yes");
$no = get_string("no");
echo '<form method="post" action="formats.php" id="form">';
echo '<table width="90%" align="center" class="generalbox">';
echo '<table width="90%" align="center" class="generaltable">';
?>
<tr>
<td colspan="3" align="center"><strong>

View File

@ -1490,7 +1490,7 @@ class page_wiki_map extends page_wiki {
$table = new html_table();
$table->head = array(get_string('contributions', 'wiki') . $OUTPUT->help_icon('contributions', 'wiki'));
$table->attributes['class'] = 'wiki_editor generalbox';
$table->attributes['class'] = 'wiki_editor generaltable';
$table->data = array();
$table->rowclasses = array();
@ -1610,7 +1610,7 @@ class page_wiki_map extends page_wiki {
$table = new html_table();
$table->head = array(get_string('pageindex', 'wiki') . $OUTPUT->help_icon('pageindex', 'wiki'));
$table->attributes['class'] = 'wiki_editor generalbox';
$table->attributes['class'] = 'wiki_editor generaltable';
$table->data[] = array($this->render_navigation_node($tree));
echo html_writer::table($table);
@ -1649,7 +1649,7 @@ class page_wiki_map extends page_wiki {
$table = new html_table();
$table->head = array(get_string('pagelist', 'wiki') . $OUTPUT->help_icon('pagelist', 'wiki'));
$table->attributes['class'] = 'wiki_editor generalbox';
$table->attributes['class'] = 'wiki_editor generaltable';
$table->align = array('center');
foreach ($stdaux as $key => $elem) {
$table->data[] = array($key);
@ -1679,7 +1679,7 @@ class page_wiki_map extends page_wiki {
$table = new html_table();
$table->head = array(get_string('orphaned', 'wiki') . $OUTPUT->help_icon('orphaned', 'wiki'));
$table->attributes['class'] = 'wiki_editor generalbox';
$table->attributes['class'] = 'wiki_editor generaltable';
$table->data = array();
$table->rowclasses = array();
@ -1715,7 +1715,7 @@ class page_wiki_map extends page_wiki {
$table = new html_table();
$table->head = array(get_string('updatedpages', 'wiki') . $OUTPUT->help_icon('updatedpages', 'wiki'));
$table->attributes['class'] = 'wiki_editor generalbox';
$table->attributes['class'] = 'wiki_editor generaltable';
$table->data = array();
$table->rowclasses = array();