SQL-Server / Character sets
- moved row "name" to the front
Dieser Commit ist enthalten in:
Ursprung
b86e1558e8
Commit
6c0a5a0a2a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -4,8 +4,8 @@
|
|||
<table class="bdr" summary="Show possible character sets">
|
||||
<tr class="thead">
|
||||
<th class="right">#</th>
|
||||
<th class="head"><?php echo $this->lang->L_DESCRIPTION;?></th>
|
||||
<th class="head"><?php echo $this->lang->L_CHARSET;?></th>
|
||||
<th class="head"><?php echo $this->lang->L_DESCRIPTION;?></th>
|
||||
<th class="head">
|
||||
<span class="tooltip explain" title="<?php echo $this->lang->L_MAXIMUM_LENGTH_EXPLAIN;?>">
|
||||
<?php echo $this->lang->L_MAXIMUM_LENGTH;?>
|
||||
|
@ -26,8 +26,8 @@
|
|||
?>
|
||||
<tr class="<?php echo $cycleHelper->next()?>">
|
||||
<td class="small right"><?php echo $i;?>.</td>
|
||||
<td class="small"><?php echo $this->escape($set['DESCRIPTION']);?></td>
|
||||
<td class="small"><?php echo $this->escape($set['CHARACTER_SET_NAME']);?></td>
|
||||
<td class="small"><?php echo $this->escape($set['DESCRIPTION']);?></td>
|
||||
<td class="small"><?php echo $this->escape($set['MAXLEN']);?></td>
|
||||
<td class="small"><?php echo $this->escape($set['DEFAULT_COLLATE_NAME']);?></td>
|
||||
<td class="small"><?php echo $this->out($collations[0]);?></td>
|
||||
|
|
Laden …
In neuem Issue referenzieren