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>
|
<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
|
Select a Grid
|
||||||
</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"> </div>
|
<div class="left"> </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>
|
||||||
|
|||||||
Reference in New Issue
Block a user