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> <script src="pmGrids.js"></script>
<link href="css/table.css" rel="stylesheet" type="text/css" /> <link href="css/table.css" rel="stylesheet" type="text/css" />
<style type="text/css"> <style type="text/css">
body { body {
position: absolute; position: absolute;
top: 0px; top: 0px;
@@ -21,7 +21,7 @@ and open the template in the editor.
margin-left: -70px; margin-left: -70px;
} }
.container { .container {
display: table; display: table;
} }
.row { .row {
@@ -33,12 +33,12 @@ and open the template in the editor.
</style> </style>
</head> </head>
<body> <body>
<div class="panel current"> <div class="panel current">
<fieldset> <fieldset>
<div class="row"> <div class="row">
<div class="left"> <div class="left">
Chose a grid&nbsp;&nbsp;&nbsp;&nbsp; Select a Grid&nbsp;&nbsp;&nbsp;&nbsp;
</div> </div>
<div class="middle"> <div class="middle">
<select id="gridList"> <select id="gridList">
@@ -58,12 +58,12 @@ and open the template in the editor.
</select> </select>
</div> </div>
</div> </div>
<br> <br>
<div class="row"> <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="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"> <div class="middle">
<input type="checkbox" id="borderCheckbox"> Border <input type="checkbox" id="borderCheckbox"> Border
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@@ -74,8 +74,8 @@ and open the template in the editor.
</div> </div>
</fieldset> </fieldset>
</div> </div>
<br> <br>
<table id="listContainer" border="1" cellspacing="0" cellpadding="3"> <table id="listContainer" border="1" cellspacing="0" cellpadding="3">
</table> </table>
<br> <br>