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:
Julio Cesar Laura
2013-06-12 14:14:38 -04:00
parent 9e53e2cc64
commit b20a90871d

View File

@@ -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&nbsp;&nbsp;&nbsp;&nbsp;
Select a Grid&nbsp;&nbsp;&nbsp;&nbsp;
</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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>