Browse Source

Make Consistent Labels

pjc 5 years ago
parent
commit
675193210c

+ 4
- 4
design/views/generic/reply/quickreply.php View File

@@ -6,7 +6,7 @@
6 6
  * To include it in a section use this example.
7 7
 
8 8
     View::parse('generic/reply/quickreply.php', array(
9
-      'InputTitle' => 'Post reply',
9
+      'InputTitle' => 'Post',
10 10
       'InputName' => 'thread',
11 11
       'InputID' => $ThreadID,
12 12
       'ForumID' => $ForumID,
@@ -28,7 +28,7 @@
28 28
  * Example:
29 29
 
30 30
     View::parse('generic/reply/quickreply.php', array(
31
-      'InputTitle' => 'Post Comment',
31
+      'InputTitle' => 'Comment',
32 32
       'InputName' => 'groupid',
33 33
       'InputID' => $GroupID,
34 34
       'TextareaCols' => 65,
@@ -50,7 +50,7 @@
50 50
     $InputAction = 'reply';
51 51
   }
52 52
   if (!isset($InputTitle)) {
53
-    $InputTitle = 'Post Comment';
53
+    $InputTitle = 'Comment';
54 54
   }
55 55
 
56 56
   $ReplyText = new TEXTAREA_PREVIEW('body', 'quickpost', '',
@@ -135,7 +135,7 @@
135 135
   }
136 136
 ?>
137 137
               <input type="button" value="Preview" class="hidden button_preview_<?=$ReplyText->getID()?>" tabindex="1" />
138
-              <input type="submit" value="Post reply" id="submit_button" tabindex="1" />
138
+              <input type="submit" value="Post" id="submit_button" tabindex="1" />
139 139
             </div>
140 140
           </form>
141 141
         </div>

+ 3
- 3
sections/collages/artist_collage.php View File

@@ -232,7 +232,7 @@ foreach ($CommentList as $Comment) {
232 232
 if (!$LoggedUser['DisablePosting']) {
233 233
 ?>
234 234
     <div class="box box_addcomment">
235
-      <div class="head"><strong>Add comment</strong></div>
235
+      <div class="head"><strong>Comment</strong></div>
236 236
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
237 237
         <input type="hidden" name="action" value="take_post" />
238 238
         <input type="hidden" name="page" value="collages" />
@@ -243,7 +243,7 @@ if (!$LoggedUser['DisablePosting']) {
243 243
             <textarea name="body" cols="24" rows="5"></textarea>
244 244
           </div>
245 245
           <div class="submit_div">
246
-            <input type="submit" id="submit_button" value="Add comment" />
246
+            <input type="submit" id="submit_button" value="Post" />
247 247
           </div>
248 248
         </div>
249 249
       </form>
@@ -257,7 +257,7 @@ if (!$LoggedUser['DisablePosting']) {
257 257
 if ($CollageCovers != 0) {
258 258
 ?>
259 259
     <div id="coverart" class="box">
260
-      <div class="head" id="coverhead"><strong>Cover Art</strong></div>
260
+      <div class="head" id="coverhead"><strong>Pictures</strong></div>
261 261
       <ul class="collage_images" id="collage_page0">
262 262
 <?
263 263
   $Page1 = array_slice($Collage, 0, $CollageCovers);

+ 3
- 3
sections/collages/edit.php View File

@@ -17,7 +17,7 @@ if ($CategoryID == 0 && $UserID != $LoggedUser['ID'] && !check_perms('site_colla
17 17
   error(403);
18 18
 }
19 19
 
20
-View::show_header('Edit collection', 'bbcode');
20
+View::show_header('Edit', 'bbcode');
21 21
 
22 22
 if (!empty($Err)) {
23 23
   if (isset($ErrNoEscape)) {
@@ -29,7 +29,7 @@ if (!empty($Err)) {
29 29
 ?>
30 30
 <div class="thin">
31 31
   <div class="header">
32
-    <h2>Edit collection <a href="collages.php?id=<?=$CollageID?>"><?=$Name?></a></h2>
32
+    <h2>Edit <a href="collages.php?id=<?=$CollageID?>"><?=$Name?></a></h2>
33 33
   </div>
34 34
   <div class="box pad">
35 35
   <form class="edit_form" name="collage" action="collages.php" method="post">
@@ -95,7 +95,7 @@ if (check_perms('site_collages_delete')) { ?>
95 95
 
96 96
 <? } ?>
97 97
       <tr>
98
-        <td colspan="2" class="center"><input type="submit" value="Edit collection" /></td>
98
+        <td colspan="2" class="center"><input type="submit" value="Edit" /></td>
99 99
       </tr>
100 100
     </table>
101 101
   </form>

+ 1
- 1
sections/collages/new.php View File

@@ -81,7 +81,7 @@ if (($CollageCount < $LoggedUser['Permissions']['MaxCollages']) && check_perms('
81 81
         </td>
82 82
       </tr>
83 83
       <tr>
84
-        <td colspan="2" class="center"><input type="submit" value="Create collection" /></td>
84
+        <td colspan="2" class="center"><input type="submit" value="Create" /></td>
85 85
       </tr>
86 86
     </table>
87 87
   </form>

+ 4
- 4
sections/collages/torrent_collage.php View File

@@ -430,7 +430,7 @@ foreach ($UserAdditions as $UserID => $Additions) {
430 430
     </div>
431 431
 <? if (check_perms('site_collages_manage') && !isset($PreventAdditions)) { ?>
432 432
     <div class="box box_addtorrent">
433
-      <div class="head"><strong>Add torrent group</strong><span class="float_right"><a href="#" onclick="$('.add_torrent_container').toggle_class('hidden'); this.innerHTML = (this.innerHTML == 'Batch add' ? 'Individual add' : 'Batch add'); return false;" class="brackets">Batch add</a></span></div>
433
+      <div class="head"><strong>Add Torrent Group</strong><span class="float_right"><a href="#" onclick="$('.add_torrent_container').toggle_class('hidden'); this.innerHTML = (this.innerHTML == 'Batch add' ? 'Individual add' : 'Batch add'); return false;" class="brackets">Batch add</a></span></div>
434 434
       <div class="pad add_torrent_container">
435 435
         <form class="add_form" name="torrent" action="collages.php" method="post">
436 436
           <input type="hidden" name="action" value="add_torrent" />
@@ -500,7 +500,7 @@ foreach ($CommentList as $Comment) {
500 500
 if (!$LoggedUser['DisablePosting']) {
501 501
 ?>
502 502
     <div class="box box_addcomment">
503
-      <div class="head"><strong>Add comment</strong></div>
503
+      <div class="head"><strong>Comment</strong></div>
504 504
       <form class="send_form" name="comment" id="quickpostform" onsubmit="quickpostform.submit_button.disabled = true;" action="comments.php" method="post">
505 505
         <input type="hidden" name="action" value="take_post" />
506 506
         <input type="hidden" name="page" value="collages" />
@@ -511,7 +511,7 @@ if (!$LoggedUser['DisablePosting']) {
511 511
             <textarea name="body" cols="24" rows="5"></textarea>
512 512
           </div>
513 513
           <div class="submit_div">
514
-            <input type="submit" id="submit_button" value="Add comment" />
514
+            <input type="submit" id="submit_button" value="Post" />
515 515
           </div>
516 516
         </div>
517 517
       </form>
@@ -524,7 +524,7 @@ if (!$LoggedUser['DisablePosting']) {
524 524
 <?
525 525
 if ($CollageCovers != 0) { ?>
526 526
     <div id="coverart" class="box">
527
-      <div class="head" id="coverhead"><strong>Cover Art</strong></div>
527
+      <div class="head" id="coverhead"><strong>Pictures</strong></div>
528 528
       <div class="collage_images" id="collage_page0" data-wall-child=".collage_image" data-wall-size="4" data-wall-min="2">
529 529
 <?
530 530
   $Page1 = array_slice($Collage, 0, $CollageCovers);

+ 9
- 9
sections/forums/thread.php View File

@@ -183,17 +183,17 @@ View::show_header($ThreadInfo['Title'] . ' &lt; '.$Forums[$ForumID]['Name'].' &l
183 183
     </div>
184 184
     <div id="searchthread" class="hidden center">
185 185
       <div style="display: inline-block;">
186
-        <h3>Search this thread:</h3>
186
+        <h3>Search This Thread</h3>
187 187
         <form class="search_form" name="forum_thread" action="forums.php" method="get">
188 188
           <input type="hidden" name="action" value="search" />
189 189
           <input type="hidden" name="threadid" value="<?=$ThreadID?>" />
190 190
           <table class="layout border">
191 191
             <tr>
192
-              <td><strong>Search for:</strong></td>
192
+              <td><strong>Search Terms</strong></td>
193 193
               <td><input type="search" id="searchbox" name="search" size="70" /></td>
194 194
             </tr>
195 195
             <tr>
196
-              <td><strong>Posted by:</strong></td>
196
+              <td><strong>Posted By</strong></td>
197 197
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
198 198
             </tr>
199 199
             <tr>
@@ -532,7 +532,7 @@ foreach ($Thread as $Key => $Post) {
532 532
 if (!$ThreadInfo['IsLocked'] || check_perms('site_moderate_forums')) {
533 533
   if (Forums::check_forumperm($ForumID, 'Write') && !$LoggedUser['DisablePosting']) {
534 534
     View::parse('generic/reply/quickreply.php', array(
535
-      'InputTitle' => 'Post reply',
535
+      'InputTitle' => 'Reply',
536 536
       'InputName' => 'thread',
537 537
       'InputID' => $ThreadID,
538 538
       'ForumID' => $ForumID,
@@ -549,7 +549,7 @@ if (check_perms('site_moderate_forums')) {
549 549
   $Notes = G::$DB->to_array();
550 550
 ?>
551 551
   <br />
552
-  <h3 id="thread_notes">Thread notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
552
+  <h3 id="thread_notes">Notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
553 553
   <form action="forums.php" method="post">
554 554
     <input type="hidden" name="action" value="take_topic_notes" />
555 555
     <input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
@@ -571,7 +571,7 @@ if (check_perms('site_moderate_forums')) {
571 571
     </table>
572 572
   </form>
573 573
   <br />
574
-  <h3>Edit thread</h3>
574
+  <h3>Edit</h3>
575 575
   <form class="edit_form" name="forum_thread" action="forums.php" method="post">
576 576
     <div>
577 577
     <input type="hidden" name="action" value="mod_thread" />
@@ -605,7 +605,7 @@ if (check_perms('site_moderate_forums')) {
605 605
         </td>
606 606
       </tr>
607 607
       <tr>
608
-        <td class="label"><label for="move_thread_selector">Move thread</label></td>
608
+        <td class="label"><label for="move_thread_selector">Move</label></td>
609 609
         <td>
610 610
           <select name="forumid" id="move_thread_selector" tabindex="2">
611 611
 <?
@@ -634,7 +634,7 @@ if (check_perms('site_moderate_forums')) {
634 634
       </tr>
635 635
 <?  if (check_perms('site_admin_forums')) { ?>
636 636
       <tr>
637
-        <td class="label"><label for="delete_thread_checkbox">Delete thread</label></td>
637
+        <td class="label"><label for="delete_thread_checkbox">Delete</label></td>
638 638
         <td>
639 639
           <input type="checkbox" id="delete_thread_checkbox" name="delete" tabindex="2" />
640 640
         </td>
@@ -642,7 +642,7 @@ if (check_perms('site_moderate_forums')) {
642 642
 <?  } ?>
643 643
       <tr>
644 644
         <td colspan="2" class="center">
645
-          <input type="submit" value="Edit thread" tabindex="2" />
645
+          <input type="submit" value="Edit" tabindex="2" />
646 646
           <span class="float_right">
647 647
             <input type="submit" name="trash" value="Trash" tabindex="2" />
648 648
           </span>

Loading…
Cancel
Save