[CalendarServer-changes] [7922] CalendarServer/branches/users/glyph/imip-and-admin-html/ calendarserver/webadmin

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:44:11 PDT 2011


Revision: 7922
          http://trac.macosforge.org/projects/calendarserver/changeset/7922
Author:   glyph at apple.com
Date:     2011-08-11 21:44:10 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
The title isn't actually dynamic at all.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py
    CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py	2011-08-12 04:43:59 UTC (rev 7921)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py	2011-08-12 04:44:10 UTC (rev 7922)
@@ -71,7 +71,6 @@
         Main renderer, which fills page-global slots like 'title'.
         """
         return tag.fillSlots(
-            title="Placeholder Title",
             resourceSearch="Placeholder Resource Search",
             resourceTitle="Placeholder Resource Title",
             resourceId="Placeholder Resource ID",

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html	2011-08-12 04:43:59 UTC (rev 7921)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/template.html	2011-08-12 04:44:10 UTC (rev 7922)
@@ -46,10 +46,10 @@
         border-bottom: thin white dashed;
       }
     </style>
-    <title><t:slot name="title" /></title>
+    <title>Calendar Server Web Administration</title>
   </head>
   <body>
-    <h1><t:slot name="title" /></h1>
+    <h1>Calendar Server Web Administration</h1>
     <h2>Resource Management</h2>
     <div class="content">
       <form id="frm_resource" name="resourceForm">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/931853af/attachment-0001.html>


More information about the calendarserver-changes mailing list