[MKDoc-commit] Various tweaks including un commenting the mistakenly commented title!

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Tue Mar 22 16:02:52 GMT 2005


Log Message:
-----------
Various tweaks including un commenting the mistakenly commented title!

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/editor/headlines:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/editor/headlines/Attic/en.html,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -Ltemplates/editor/headlines/en.html -Ltemplates/editor/headlines/en.html -u -r1.1.2.16 -r1.1.2.17
--- templates/editor/headlines/en.html
+++ templates/editor/headlines/en.html
@@ -120,29 +120,59 @@
         title="Choose the headline mode here."
         petal:attributes="name name_mode; id name_mode"
       >
-          <option 
-            selected="selected"
-            value="newest"
-            title="Newest Documents"
-            petal:condition="true: self/mode_is_newest"
-          >Newest Documents</option>
-          <option 
-            value="newest"
-            title="Newest Documents"
-            petal:condition="false: self/mode_is_newest"
-          >Newest Documents</option>
-          <option 
-            selected="selected"
-            value="upcoming"
-            title="Upcoming Events"
-            petal:condition="true: self/mode_is_upcoming"
-          >Upcoming Events</option>
-          <option 
-            value="upcoming"
-            title="Upcoming Events"
-            petal:condition="false: self/mode_is_upcoming"
-          >Upcoming Events</option>
-     </select>
+        <option 
+          selected="selected"
+          value="newest"
+          title="Newest Documents"
+          petal:condition="true: self/mode_is_newest"
+        >Newest Documents</option>
+        <option 
+          value="newest"
+          title="Newest Documents"
+          petal:condition="false: self/mode_is_newest"
+        >Newest Documents</option>
+        <option 
+          selected="selected"
+          value="upcoming"
+          title="Upcoming Events"
+          petal:condition="true: self/mode_is_upcoming"
+        >Upcoming Events</option>
+        <option 
+          value="upcoming"
+          title="Upcoming Events"
+          petal:condition="false: self/mode_is_upcoming"
+        >Upcoming Events</option>
+      </select>
+      <br />
+    </p>
+    <p>
+      <em
+        class="help"
+        xml:lang="en"
+        lang="en"
+        dir="ltr"
+      >
+        The title of this list of documents. For example 'What's New'.
+      </em>
+      <label
+        for="headlines_title"
+        xml:lang="en"
+        lang="en"
+        dir="ltr"
+        petal:attributes="for name_title"
+      >Title</label>
+      <br />
+      <input
+        type="text"
+        name="headlines_title"
+        id="headlines_title"
+        class="input-text"
+        value="Headlines Title"
+        size="35"
+        title="Enter the Title of the headlines here."
+        petal:attributes="name name_title; id name_title; value self/title"
+      />
+      <br />
     </p>
 
     <p>
@@ -152,8 +182,9 @@
         lang="en"
         dir="ltr"
       >
-        Only documents that are descendants of this document will be show up
-         in the list of documents that is generated. 
+        Only documents that are descendants of the specified document will show up
+        in the list of documents that is generated.  You should enter a path like 
+        /news/2005/ into this field.
       </em>
       <label
         for="headlines_from_path"
@@ -174,6 +205,7 @@
         title="Enter the document path from which the headlines should be generated."
         petal:attributes="name name_from_path; id name_from_path; value self/from_path"
       />
+      <br />
     </p>
 
 <!--? This feature only works for anon users and it has been decided to omit this feature:
@@ -206,34 +238,6 @@
         petal:attributes="name name_leaf_only; id name_leaf_only; checked self/leaf_only"
       />
     </p>
-    <p>
-      <em
-        class="help"
-        xml:lang="en"
-        lang="en"
-        dir="ltr"
-      >
-        The title of this list of documents. For example 'What's New'.
-      </em>
-      <label
-        for="headlines_title"
-        xml:lang="en"
-        lang="en"
-        dir="ltr"
-        petal:attributes="for name_title"
-      >Title</label>
-      <br />
-      <input
-        type="text"
-        name="headlines_title"
-        id="headlines_title"
-        class="input-text"
-        value="Headlines Title"
-        size="35"
-        title="Enter the Title of the headlines here."
-        petal:attributes="name name_title; id name_title; value self/title"
-      />
-    </p>
 ?-->
 
     <p>
@@ -243,7 +247,7 @@
         lang="en"
         dir="ltr"
       >
-        The maximum number of documents to be listed.
+        The maximum number of documents or events to be listed.
       </em>
       <label
         for="headlines_max_default_headlines"
@@ -273,10 +277,10 @@
           xml:lang="en"
           lang="en"
           dir="ltr"
-        >You can restrict the list to display only documents that match one 
-         or more <strong>Audience</strong> types.
-         <br />
-        ( Keep your 'Ctrl' key depressed if you wish to select more than one <strong>Audience</strong> type.)
+        >Turn audience matching on to generate a list of documents / events that are aimed at the selected 
+         audiences.
+         If audience matching is turned on then the users audience preferences won't be applied to the 
+         the listing. 
         </em>
         <input 
           name="audience_on"
@@ -298,7 +302,7 @@
           type="radio"
           value="0"
           petal:attributes="name name_audience_on; id string:${name_audience_on}_no; checked self/audience_off"
-         />
+        />
          <label 
           for="audience_on_no"
           xml:lang="en"
@@ -308,6 +312,17 @@
           petal:attributes="for string:${name_audience_on}_no"
          >Off</label>
          <br />
+      </p>
+      <p>
+        <em
+          class="help"
+          xml:lang="en"
+          lang="en"
+          dir="ltr"
+        >
+         Select the audience(s) that you want to restrict this listing to match. Keep your 'Ctrl' key 
+         depressed if you wish to select more than one audience.
+        </em>
         <label
           for="audiences"
           xml:lang="en"
@@ -320,6 +335,7 @@
           name="audiences"
           multiple="multiple"
           id="audiences"
+          size="8"
           petal:attributes="name name_audiences; id name_audiences"
         >
           <span petal:repeat="audience self/audiences">


More information about the MKDoc-commit mailing list