BUG 12131 Misspelling in the TinyMCE Editor pmGrids SOLVED
- Worng label "Chose a Grid" - Change label to "Select a Grid"
This commit is contained in:
@@ -13,7 +13,7 @@ and open the template in the editor.
|
||||
<script src="pmGrids.js"></script>
|
||||
<link href="css/table.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
body {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
@@ -21,7 +21,7 @@ and open the template in the editor.
|
||||
margin-left: -70px;
|
||||
}
|
||||
.container {
|
||||
|
||||
|
||||
display: table;
|
||||
}
|
||||
.row {
|
||||
@@ -33,12 +33,12 @@ and open the template in the editor.
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="panel current">
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
<div class="left">
|
||||
Chose a grid
|
||||
Select a Grid
|
||||
</div>
|
||||
<div class="middle">
|
||||
<select id="gridList">
|
||||
@@ -58,12 +58,12 @@ and open the template in the editor.
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<br>
|
||||
<div class="row">
|
||||
<div class="left"> </div>
|
||||
<div class="middle">
|
||||
<input type="checkbox" id="borderCheckbox"> Border
|
||||
<input type="checkbox" id="borderCheckbox"> Border
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -74,8 +74,8 @@ and open the template in the editor.
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<br>
|
||||
<table id="listContainer" border="1" cellspacing="0" cellpadding="3">
|
||||
</table>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user