]> git.ktnx.net Git - lsl.git/blobdiff - views/index.tt
move edi list trigger to list name heading
[lsl.git] / views / index.tt
index 8e1357568279966fe885f3fdc3283e43cf4951da..069f5f4df84251d3dee7f8ca99a511a96220e712 100644 (file)
@@ -4,7 +4,12 @@
 <div id="page" class="loading-lists" lsl-uri-base="<% request.uri_base %>" lsl-environment="<% settings.environment %>" >
   <div id="content">
     <div id="header">
-      <h1 id="selected-list-name" class="needs-lists"></h1>
+      <div id="head-list-name" class="needs-lists">
+        <span id="selected-list-name"></span>
+        <span id="list-edit-trigger">
+          <span class="ui-icon ui-icon-pencil"></span>
+        </span>
+      </div>
       <div class="have-no-lists">
         <div class="table-2-col">
           <h1>First create a shopping list</h1><div class="arrow">→</div>
@@ -19,7 +24,7 @@
         The list has no items
       </div>
       <div id="new-list-item" class="input-with-button">
-        <input type="text" size="15" maxlength="80" name="new_list_item" />
+        <input type="text" size="10" axlength="80" name="new_list_item" />
         <button id="add-list-item" class="ui-icon-plusthick">Add</button>
       </div>
     </div>