File tree Expand file tree Collapse file tree 3 files changed +22
-25
lines changed Expand file tree Collapse file tree 3 files changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -158,4 +158,8 @@ footer {
158
158
// Login Page
159
159
.login-panel {
160
160
margin-top : 25% ;
161
+ }
162
+
163
+ #answer {
164
+ height : 250px ;
161
165
}
Original file line number Diff line number Diff line change 52
52
</div>
53
53
</div>
54
54
55
- <div class="form-group">
56
- <label class="col-lg-2 control-label" for="definition">
57
- <?php echo $ PMF_LANG ['ad_glossary_definition ' ]; ?> :
58
- </label>
59
- <div class="col-lg-4">
60
- <textarea class="form-control" name="definition" id="definition" rows="3" required>
61
- <?php echo $ glossaryItem ['definition ' ]; ?>
62
- </textarea>
63
- </div>
64
- </div>
55
+ <div class="control-group">
56
+ <label class="control-label" for="definition">
57
+ <?php echo $ PMF_LANG ['ad_glossary_definition ' ]; ?> :
58
+ </label>
59
+ <div class="controls">
60
+ <textarea class="input-xxlarge" name="definition" id="definition" cols="50" rows="3" required><?php echo $ glossaryItem ['definition ' ]; ?> </textarea>
61
+ </div>
62
+ </div>
65
63
66
64
<div class="form-group">
67
65
<div class="col-lg-offset-2 col-lg-4">
Original file line number Diff line number Diff line change @@ -284,14 +284,12 @@ class="form-horizontal">
284
284
echo $ faqData ['title ' ] ?> </textarea>
285
285
</div>
286
286
</div>
287
- <!-- Answer -->
288
- <div class="form-group">
289
- <div class="col-lg-12">
290
- <noscript>Please enable JavaScript to use the WYSIWYG editor!</noscript>
291
- <textarea id="answer" name="answer" class="form-control" rows="10">
292
- <?php echo $ faqData ['content ' ] ?>
293
- </textarea>
294
- </div>
287
+ </div>
288
+ <!-- Answer -->
289
+ <div class="control-group">
290
+ <div class="controls">
291
+ <noscript>Please enable JavaScript to use the WYSIWYG editor!</noscript>
292
+ <textarea id="answer" name="answer" class="span11"><?php echo $ faqData ['content ' ] ?> </textarea>
295
293
</div>
296
294
297
295
<!-- Language -->
@@ -469,13 +467,10 @@ class="form-control">
469
467
</div>
470
468
</div>
471
469
</div>
472
-
473
- <?php if (is_numeric ($ faqData ['id ' ]) && $ faqData ['id ' ] > 0 ): ?>
474
- <div class="panel panel-default">
475
- <div class="panel-heading">
476
- <a data-toggle="collapse" data-parent="#accordion" href="#collapseViewChangelog">
477
- <?php echo $ PMF_LANG ['ad_entry_changelog_history ' ]; ?>
478
- </a>
470
+ <div class="control-group">
471
+ <label class="control-label" for="changed"><?php echo $ PMF_LANG ["ad_entry_changed " ]; ?> </label>
472
+ <div class="controls">
473
+ <textarea name="changed" id="changed" class="span8"><?php echo $ faqData ['changed ' ] ?> </textarea>
479
474
</div>
480
475
481
476
<div id="collapseViewChangelog" class="panel-collapse collapse">
You can’t perform that action at this time.
0 commit comments