comparison zpt/project/edit_infoblocks.zpt @ 82:a6054bc6ad71

better info on edit page.
author casties
date Fri, 10 May 2013 17:46:55 +0200
parents 975a8d88e315
children
comparison
equal deleted inserted replaced
81:975a8d88e315 82:a6054bc6ad71
34 <p><b>Info block title:</b><br/> 34 <p><b>Info block title:</b><br/>
35 <input name="block_title" size="20"/> 35 <input name="block_title" size="20"/>
36 </p> 36 </p>
37 <p><b>First item text:</b> <input name="item_text" size="60"/></p> 37 <p><b>First item text:</b> <input name="item_text" size="60"/></p>
38 <p><b>First item link:</b> <input name="item_link" size="20"/> (optional)</p> 38 <p><b>First item link:</b> <input name="item_link" size="20"/> (optional)</p>
39 <p><input type="submit" value="submit"/></p> 39 <p><input type="submit" value="Add"/></p>
40 <p>You can add more items to an info block after it's been created through the edit link above.</p> 40 <p>You can add more items to an info block after it's been created. Use the "Edit" link on the info block above.</p>
41 </form> 41 </form>
42 42
43 </tal:block> 43 </tal:block>
44 </body> 44 </body>
45 </html> 45 </html>