phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/templates/default archive.tpl,NONE,1.1.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/templates/default archive.tpl,NONE,1.1.2.1 commit.tpl,NONE,1.1.2.1 delete_common.tpl,NONE,1.2.2.1 edit_block.tpl,NONE,1.1.2.1 edit_page.tpl,NONE,1.2.2.1 listsites.tpl,NONE,1.2.2.1 manage_outline.tpl,NONE,1.2.2.1 site_form.tpl,NONE,1.1.2.1 translate_block.tpl,NONE,1.1.2.1 edit_category.tpl,1.6,1.6.2.1 mainmenu.tpl,1.6,1.6.2.1 manage_content.tpl,1.1.2.1,1.1.2.2 manage_modules.tpl,1.1.2.1,1.1.2.2 sitemgr_header.tpl,1.3,1.3.2.1 translate_category.tpl,1.3,1.3.2.1 translate_page.tpl,1.3,1.3.2.1 translate_sitecontent.tpl,1.1,1.1.2.1 header_footer_theme.tpl,1.1.1.1,NONE manage_categories.tpl,1.4,NONE manage_sitecontent.tpl,1.1,NONE page_editor.tpl,1.6,NONE page_manager.tpl,1.4,NONE site_format_manager.tpl,1.2,NONE
Date: Mon, 23 Jun 2003 16:31:24 -0400

Update of /cvsroot/phpgroupware/sitemgr/templates/default
In directory subversions:/tmp/cvs-serv14915/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        edit_category.tpl mainmenu.tpl manage_content.tpl 
        manage_modules.tpl sitemgr_header.tpl translate_category.tpl 
        translate_page.tpl translate_sitecontent.tpl 
Added Files:
      Tag: Version-0_9_16-branch
        archive.tpl commit.tpl delete_common.tpl edit_block.tpl 
        edit_page.tpl listsites.tpl manage_outline.tpl site_form.tpl 
        translate_block.tpl 
Removed Files:
      Tag: Version-0_9_16-branch
        header_footer_theme.tpl manage_categories.tpl 
        manage_sitecontent.tpl page_editor.tpl page_manager.tpl 
        site_format_manager.tpl 
Log Message:
sync up with HEAD


--- NEW FILE ---
<div 
style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{archive_manager}
 </div>
<form method="POST">
<h2 style="text-align:center">{lang_categories}</h2>
<table align="center" width="60%">
<!-- BEGIN Category -->
        <tr>
                <td width="10%"><input type="checkbox" name="cat[{catid}]" 
/></td>
                <td width="70%"><a href="{edit}">{category}</a></td>
        </tr>
<!-- END Category -->
</table>
<h2 style="text-align:center">{lang_pages}</h2>
<table align="center" width="60%">
<!-- BEGIN Page -->
        <tr>
                <td width="10%"><input type="checkbox" name="page[{pageid}]" 
/></td>
                <td width="70%"><a href="{edit}">{page}</a></td>
        </tr>
<!-- END Page -->
</table>
<h2 style="text-align:center">{lang_blocks}</h2>
<table align="center" width="60%">
<!-- BEGIN Block -->
        <tr>
                <td width="10%"><input type="checkbox" name="block[{blockid}]" 
/></td>
                <td width="35%"><a target="editwindow" 
href="{edit}">{block}</a></td>
                <td width="35%">{scope}</td>
        </tr>
<!-- END Block -->
</table>
<center><input type="submit" name="btnReactivate" value="{lang_reactivate}" 
/></center>
</form>
--- NEW FILE ---
<div 
style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{commit_manager}
 </div>
<form method="POST">
<h2 style="text-align:center">{lang_categories}</h2>
<table align="center" width="60%">
<!-- BEGIN Category -->
        <tr>
                <td width="10%"><input type="checkbox" name="cat[{catid}]" 
/></td>
                <td width="70%"><a href="{edit}">{category}</a></td>
                <td>{addedorremoved}</td>
        </tr>
<!-- END Category -->
</table>
<h2 style="text-align:center">{lang_pages}</h2>
<table align="center" width="60%">
<!-- BEGIN Page -->
        <tr>
                <td width="10%"><input type="checkbox" name="page[{pageid}]" 
/></td>
                <td width="70%"><a href="{edit}">{page}</a></td>
                <td>{addedorremoved}</td>
        </tr>
<!-- END Page -->
</table>
<h2 style="text-align:center">{lang_blocks}</h2>
<table align="center" width="60%">
<!-- BEGIN Block -->
        <tr>
                <td width="10%"><input type="checkbox" name="block[{blockid}]" 
/></td>
                <td width="35%"><a target="editwindow" 
href="{edit}">{block}</a></td>
                <td width="35%">{scope}</td>
                <td>{addedorremovedorreplaced}</td>
        </tr>
<!-- END Block -->
</table>
<center><input type="submit" name="btnCommit" value="{lang_commit}" /></center>
</form>
--- NEW FILE ---
<!-- BEGIN form -->
<p>
<center>
 <form action="{form_action}" method="POST">
  {hidden_vars}
  <table align="center" border="0" width="55%" cols="2">
   <tr><td colspan="2"><font size="+1" 
color="red"><b>{messages}</b></font></td></tr>
   <tr>
    <td width="50%" align="center">
     <input type="submit" name="no" value="{no}">
    </td>
    <td width="50%" align="center">
     <input type="submit" name="yes" value="{yes}">
    </td>
   </tr>
  </table>
 </form> 
</center>
<!-- END form -->


--- NEW FILE ---
<!-- BEGIN Block -->
<!-- BEGIN Moduleeditor -->
{standalone}
<div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
<h4>{moduleinfo}: {description}</h4>
<span style="color:red">{validationerror}</span>
<form method="POST">
<table>
{standardelements}
</table>
<!-- BEGIN Version -->
<div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
<b>Version {version_id}</b><select 
name="inputstate[{version_id}]">{state}</select><input type="submit" 
value="{deleteversion}" name="btnDeleteVersion[{version_id}]" />
<table>
        {versionelements}
</table>
</div>
<!-- END Version -->
<input type="hidden" value="{blockid}" name="inputblockid" />
<input type="submit" value="{savebutton}" name="btnSaveBlock" /> {savelang}
<input type="submit" value="{deletebutton}" name="btnDeleteBlock" />
<input type="submit" value="{createbutton}" name="btnCreateVersion" />
{donebutton}
</form>
</div>
<!-- END Moduleeditor -->

<!-- BEGIN Moduleview -->
<div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
<h4>{moduleinfo}: {description}</h4>
<table>
<!-- BEGIN ViewElement -->
        <tr>
                <td>{label}</td>
                <td>{value}</td>
        </tr>
<!-- END ViewElement -->
</table>
</div>
<!-- END Moduleview -->
<!-- END Block -->

<!-- BEGIN EditorElement -->
        <tr>
                <td>{label}</td>
                <td>{form}</td>
        </tr>
<!-- END EditorElement -->

--- NEW FILE ---
<!-- BEGIN form -->
<form method ="POST">
<input type="hidden" name="inputpageid" value="{page_id}">
<table align='center' border ="0" width="80%" cellpadding="5" cellspacing="0">
        <tr>
                <td colspan='2' align='center'><font 
size='4'><b>{add_edit}</b></font></td>
        </tr>
        <tr>
                <td colspan='2' align='center'><font size='2' 
color='#ff0000'><b>{message}</b></font></td>
        </tr>
        <tr>
                <td><b>{lang_name}: <font size='2' 
color='#ff0000'>*</font></b></td>
                <td><input size="40" type="text" name="inputname" id="name" 
value="{name}"></td>
        </tr>
        <tr>
                <td><br></td>
                <td><i><b><font size='2' color='#ff0000'>(Do not put spaces or 
punctuation in the Name field.)</font></b></i></td>
        <tr>    
                <td><b>{lang_title}: <font size='2' 
color='#ff0000'>*</font></b></td>
                <td><input size="40" type="text" name="inputtitle" 
value="{title}"></td>
        </tr>
        <tr>
                <td><b>{lang_subtitle}: </b></td>
                <td><input size="40" type="text" name="inputsubtitle" 
value="{subtitle}"></td>
        </tr>
        <tr>
                <td><b>{lang_sort}: </b></td>
                <td><input size="10" type="text" name="inputsort" 
value="{sort_order}"></td>
        </tr>
        <tr>
                <td><b>{lang_category}: </b></td>
                <td>{catselect}</td>
        </tr>
        <tr>
                <td><b>{lang_state}: </b></td>
                <td><select name="inputstate">{stateselect}</select></td>
        </tr>
        <tr>
                <td align='right'><input type='checkbox' {hidden} name 
="inputhidden"></td>
                <td>{lang_hide}</td>
        </tr>
        <tr>
                <td colspan="2" align='center'>
                        <input type="reset" value="{lang_reset}">
                        <input type="submit" name="btnSave" 
value="{lang_save}"> {savelang}
                        <input type="reset" 
onclick="opener.location.reload();self.close()" value="{lang_done}"  />
                </td>
        </tr>
        <tr>
                <td align='center' colspan='2'><font size='2' 
color='#ff0000'><b>* {lang_required}</b></font></td>
        </tr>
</table>
</form>
<!-- END form -->

--- NEW FILE ---
 <center>
  <table border="0" cellspacing="2" cellpadding="2">
   <tr>
    <td colspan="6" align="center" bgcolor="#c9c9c9"><b>{title_sites}<b/></td>
   </tr>
   <tr>
    <td colspan="6" align="left">
     <table border="0" width="100%">
      <tr>
      {left}
       <td align="center">{lang_showing}</td>
      {right}
      </tr>
     </table>
    </td>
   </tr>
   <tr>
    <td>&nbsp;</td>
    <td colspan="6" align="right">
     <form method="post" action="{actionurl}">
     <input type="text" name="query">&nbsp;<input type="submit" name="search" 
value="{lang_search}"></form></td>
   </tr>
   <tr bgcolor="{th_bg}">
    <td>{sort_name}</td>
        <td>{sort_url}</td>
    <td align="center">{lang_edit}</td>
    <td align="center">{lang_delete}</td>
   </tr>

<!-- BEGIN site_list -->
   <tr bgcolor="{tr_color}">
    <td>{site_name}</td>
        <td>{site_url}</td>
    <td align="center"><a href="{edit}">{lang_edit_entry}</a></td>
    <td align="center"><a href="{delete}">{lang_delete_entry}</a></td>
   </tr>
<!-- END site_list -->

<!-- BEGIN add   -->
</form>
   <tr valign="bottom">
     <td><form method="POST" action="{add_action}">
       <input type="submit" name="add" value="{lang_add}"></form></td>
     </form></td>
     <td><form method="POST" action="{doneurl}">
       <input type="submit" name="done" value="{lang_done}">
     </form></td>
   </tr>
<!-- END add -->

  </table>
 </center>

--- NEW FILE ---
<div 
style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{outline_manager}</div>
<div><b><font color='#FF0000' size='2'>{message}</font></b></div>
<div>
{addcategory}
</div>
<!-- BEGIN CategoryBlock -->
<div style="margin-left:{indent}mm; border-width:2px;border-style:solid; 
padding:5mm" width='85%'>
        <p style="font-weight:bold;text-decoration:underline" 
valign='bottom'>{category}</p>    
        <p>{editcat} {deletecat} {addpage}
        </p>
        <p>{moduleconfig} {catcontent}
        </p>
        <table width="100%">
        <!-- BEGIN PageBlock -->
        <tr bgcolor='dddddd'>
                <td align='left'>
                        {page}
                </td>
                <td align="center">
                        {editpage} {deletepage} {pagecontent}
                </td>
        </tr>
        <!-- END PageBlock -->
        </table>        
</div>
<!-- END CategoryBlock -->

<br clear="all">
--- NEW FILE ---
<!-- BEGIN form -->
<center>
 {message}
 <form name="form" action="{actionurl}" method="POST">
  <input type="hidden" name="site_id" value="{site_id}">
  <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
   <tr bgcolor="{th}">
    <td colspan="2" align="center"><b>{title_sites}<b/></td>
   </tr>
   <tr bgcolor="{row_on}">
    <td>{lang_name}:<br><input name="site[name]" size="50" 
value="{site_name}"></td>
        <td width="50%" valign="middle"><i>{note_name}</i></td>
   </tr>
   <tr bgcolor="{row_off}">
    <td>{lang_sitedir}:<br><input name="site[dir]" size="50" 
value="{site_dir}"></td>
        <td width="50%" valign="middle"><i>{note_dir}</i></td>
   </tr>
   <tr bgcolor="{row_on}">
    <td>{lang_siteurl}:<br><input name="site[url]" size="50" 
value="{site_url}"></td>
        <td width="50%" valign="middle"><i>{note_url}</i></td>
   </tr>
   <tr bgcolor="{row_off}">
    <td>{lang_anonuser}:<br><input name="site[anonuser]" size="50" 
value="{site_anonuser}"></td>
        <td width="50%" valign="middle"><i>{note_anonuser}</i></td>
   </tr>
   <tr bgcolor="{row_on}">
    <td>{lang_anonpasswd}:<br><input name="site[anonpasswd]" size="50" 
value="{site_anonpasswd}"></td>
        <td width="50%" valign="middle"><i>{note_anonpasswd}</i></td>
   </tr>
   <tr bgcolor="{row_off}">
    <td>{lang_adminlist}:<br><select name="site[adminlist][]" 
multiple="multiple" size="5">{site_adminlist}</select></td>
        <td width="50%" valign="middle"><i>{note_adminlist}</i></td>
   </tr>
<!-- BEGIN add -->
   <tr>
    <td nowrap>
     <input type="submit" name="save" value="{lang_add}"> &nbsp;
     <input type="submit" name="done" value="{lang_done}">
    </td>
    <td align="right">
     <input type="reset" name="reset" value="{lang_reset}">
    </td>
   </tr>
<!-- END add -->

<!-- BEGIN edit -->
   <tr>
    <td nowrap>
     <input type="submit" name="save" value="{lang_save}"> &nbsp;
     <input type="submit" name="done" value="{lang_done}">
    </td>
    <td align="right">
     <input type="submit" name="delete" value="{lang_delete}">
    </td>
   </tr>
<!-- END edit -->
  
  </table>
 </form>
</center>
<!-- END form -->

--- NEW FILE ---
<!-- BEGIN Blocktranslator -->
<div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
<h5>{moduleinfo}</h5>
<div align="center" style="color:red">{validationerror}</div>
<form method="POST">
<table style="border-width:2px;border-style:solid;" align="center" border ="1" 
rules="all" width="80%" cellpadding="5">
        <tr>
                <td width="20%">{lang_refresh}</td><td 
width="40%">{showlang}</td><td width="40%">{savelang}</td>
        </tr>
{standardelements}
<!-- BEGIN Version -->
<!-- <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm"> 
-->
<tr><td colspan="3" align="center"><b>Version {version_id} 
{version_state}</b></td></tr>
        {versionelements}
<!-- </div> -->
<!-- END Version -->
</table>
<input type="reset" name="reset" value="{lang_reset}">{savebutton}
<input type="hidden" name="page_id" value="{pageid}">
<input type="hidden" value="{blockid}" name="blockid" />
</form>
</div>
<!-- END Blocktranslator -->

<!-- BEGIN EditorElement -->
        <tr>
                <td>{label}</td>
                <td>{value}</td>
                <td>{form}</td>
        </tr>
<!-- END EditorElement -->
Index: edit_category.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/edit_category.tpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** edit_category.tpl   17 Jan 2003 03:37:53 -0000      1.6
--- edit_category.tpl   23 Jun 2003 20:31:22 -0000      1.6.2.1
***************
*** 1,6 ****
! <!-- BEGIN editcategory -->
  <form method="POST">
! <input type="hidden" name="cat_id" value="{cat_id}">
! <input type="hidden" name="old_parent" value="{old_parent}">
  <table align="center" border ="0" width="80%" cellpadding="5" cellspacing="0">
        <tr>
--- 1,8 ----
! <html>
! <head></head>
! <body>
  <form method="POST">
! <input type="hidden" name="inputcatid" value="{cat_id}">
! <input type="hidden" name="inputparentold" value="{old_parent}">
  <table align="center" border ="0" width="80%" cellpadding="5" cellspacing="0">
        <tr>
***************
*** 8,44 ****
        </tr>
        <tr>
!               <td align="center" colspan="2"><font size="2" 
color="#FF0000"><b>&nbsp;{error_msg}</b></font></td>
        </tr>
        <tr>
!               <td colspan="2">
!                       <table align="center" border="0" width="80%" 
cellpadding="5" cellspacing="0">
!                               <tr>
!                                       <td 
colspan="2"><b><u>{lang_basic}:</u></b></td>
!                               </tr>
!                               <tr>
!                                       <td>{lang_catname}:</td>
!                                       <td><input type="text" name="catname" 
value="{catname}"></td>
!                               </tr>
!                               <tr>
!                                       <td>{lang_catsort}:</td>
!                                       <td><input type="text" 
name="sort_order" value="{sort_order}"></td>
!                               </tr>
!                               <tr>
!                                       <td>{lang_catparent}:</td>
!                                       <td>{parent_dropdown}</td>
!                               </tr>
!                               <tr>
!                                       <td>{lang_catdesc}:</td>
!                                       <td><textarea ROWS="3" COLS="50" 
name="catdesc">{catdesc}</textarea></td>
!                               </tr>
!                       </table>
!               </td>
!       </tr>   
        <tr>
!               <td colspan="2">&nbsp;<!-- <hr width="80%"> --></td>
        </tr>
        <tr>
!               <td align="right"><input type="reset" name="reset" 
value="{lang_reset}"></td>
!               <td align="left"><input type="submit" name="btnSave" 
value="{lang_save}"> {savelang}</td>
        </tr>
        <tr>
--- 10,37 ----
        </tr>
        <tr>
!               <td align="center" colspan="2"><font size="2" 
color="#FF0000"><b>&nbsp;{message}</b></font></td>
        </tr>
        <tr>
!               <td colspan="2"><b><u>{lang_basic}:</u></b></td>
!       </tr>
!       <tr>
!               <td>{lang_catname}:</td>
!               <td><input type="text" name="inputcatname" 
value="{catname}"></td>
!       </tr>
!       <tr>
!               <td>{lang_catsort}:</td>
!               <td><input type="text" name="inputsort" 
value="{sort_order}"></td>
!       </tr>
        <tr>
!               <td>{lang_catparent}:</td>
!               <td>{parent_dropdown}</td>
        </tr>
        <tr>
!               <td>{lang_catdesc}:</td>
!               <td><textarea ROWS="3" COLS="50" 
name="inputcatdesc">{catdesc}</textarea></td>
!       </tr>   
!       <tr>
!               <td>{lang_state}:</td>
!               <td><select name="inputstate">{stateselect}</select></td>
        </tr>
        <tr>
***************
*** 49,67 ****
        </tr>
        <tr>
                <td colspan="2">
                        <table align="center" border="0" width="80%" 
cellpadding="2" cellspacing="2">
                                <tr>
-                                       <td 
colspan="3"><b><u>{lang_groupaccess}</u></b></td>
-                               </tr>
-                               <tr>
                                        <td align="center" 
width="33%"><u>{lang_groupname}</u></td>
                                        <td align="center" 
width="33%"><u>{lang_readperm}</u></td>
!                                       <td align="center" 
width="33%"><u>{lang_writeperm}</u></td>
                                </tr>
                                <!-- BEGIN GroupBlock -->
                                <tr>
                                        <td align="center" bgcolor="dddddd" 
width="33%">{groupname}</td>
!                                       <td align="center" bgcolor="dddddd" 
width="33%"><input type="checkbox" {checkedgroupread} 
name="groupaccessread[i{group_id}][read]" value="checked"></td>
!                                       <td align="center" bgcolor="dddddd" 
width="33%"><input type="checkbox" {checkedgroupwrite} 
name="groupaccesswrite[i{group_id}][write]" value="checked"></td>
                                </tr>
                                <!-- END GroupBlock -->
--- 42,60 ----
        </tr>
        <tr>
+               <td colspan="2"><b><u>{lang_groupaccess}</u></b></td>
+       </tr>
+       <tr>
                <td colspan="2">
                        <table align="center" border="0" width="80%" 
cellpadding="2" cellspacing="2">
                                <tr>
                                        <td align="center" 
width="33%"><u>{lang_groupname}</u></td>
                                        <td align="center" 
width="33%"><u>{lang_readperm}</u></td>
!                                       <td align="center" 
width="33%"><u>{lang_writeperm}</u><br>({lang_implies})</td>
                                </tr>
                                <!-- BEGIN GroupBlock -->
                                <tr>
                                        <td align="center" bgcolor="dddddd" 
width="33%">{groupname}</td>
!                                       <td align="center" bgcolor="dddddd" 
width="33%"><input type="checkbox" {checkedgroupread} 
name="inputgroupaccessread[i{group_id}][read]" value="checked"></td>
!                                       <td align="center" bgcolor="dddddd" 
width="33%"><input type="checkbox" {checkedgroupwrite} 
name="inputgroupaccesswrite[i{group_id}][write]" value="checked"></td>
                                </tr>
                                <!-- END GroupBlock -->
***************
*** 70,105 ****
        </tr>
        <tr>
!               <td colspan="2">&nbsp;<!-- <hr width="80%"> --></td>
        </tr>
-       <tr>
                <td colspan="2">
                        <table align="center" border="0" width="80%" 
cellpadding="2" cellspacing="2">
                                <tr>
!                                       <td 
colspan="2"><b><u>{lang_useraccess}:</u></b></td>
                                </tr>
!                                 <tr>
!                                         <td align="center" 
width="33%"><u>{lang_username}</u></td>
!                                         <td align="center" 
width="33%"><u>{lang_readperm}</u></td>
!                                         <td align="center" 
width="33%"><u>{lang_writeperm}</u></td>
!                                 </tr>
!                                 <!-- BEGIN UserBlock -->
!                                 <tr>
!                                         <td bgcolor="dddddd" 
align="center">{username}</td>
!                                         <td bgcolor="dddddd" 
align="center"><input type="checkbox" {checkeduserread} 
name="individualaccessread[i{user_id}][read]" value="checked"></td>
!                                         <td bgcolor="dddddd" 
align="center"><input type="checkbox" {checkeduserwrite} 
name="individualaccesswrite[i{user_id}][write]" value="checked"></td>
!                                 </tr>
!                                 <!-- END UserBlock -->
! 
                        </table>
                </td>
        </tr>
        <tr>
!                 <td colspan="2">&nbsp;<!-- <hr width="80%"> --></td>
!       </tr>
!       <tr>
!               <td align="right"><input type="reset" name="reset" 
value="{lang_reset}"></td>
!               <td align="left"><input type="submit" name="btnSave" 
value="{lang_save}"> {savelang}</td>
        </tr>
  </table>
  </form>
! <!-- END editcategory -->
--- 63,94 ----
        </tr>
        <tr>
!               <td colspan="2"><b><u>{lang_useraccess}</u></b></td>
        </tr>
                <td colspan="2">
                        <table align="center" border="0" width="80%" 
cellpadding="2" cellspacing="2">
                                <tr>
!                                       <td align="center" 
width="33%"><u>{lang_username}</u></td>
!                                       <td align="center" 
width="33%"><u>{lang_readperm}</u></td>
!                                       <td align="center" 
width="33%"><u>{lang_writeperm}</u><br>({lang_implies})</td>
!                               </tr>
!                               <!-- BEGIN UserBlock -->
!                               <tr>
!                                       <td bgcolor="dddddd" 
align="center">{username}</td>
!                                       <td bgcolor="dddddd" 
align="center"><input type="checkbox" {checkeduserread} 
name="inputindividualaccessread[i{user_id}][read]" value="checked"></td>
!                                       <td bgcolor="dddddd" 
align="center"><input type="checkbox" {checkeduserwrite} 
name="inputindividualaccesswrite[i{user_id}][write]" value="checked"></td>
                                </tr>
!                               <!-- END UserBlock -->
                        </table>
                </td>
        </tr>
        <tr>
!               <td colspan="2" align="center">
!                       <input type="reset" name="reset" value="{lang_reset}">
!                       <input type="submit" name="btnSave" 
value="{lang_save}"> {savelang}
!                       <input type="reset" 
onclick="opener.location.reload();self.close()" value="{lang_done}"  />
!               </td>
        </tr>
  </table>
  </form>
! </body>
! </html>
\ No newline at end of file

Index: mainmenu.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/mainmenu.tpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** mainmenu.tpl        17 Jan 2003 03:37:53 -0000      1.6
--- mainmenu.tpl        23 Jun 2003 20:31:22 -0000      1.6.2.1
***************
*** 1,14 ****
! <!-- BEGIN MainMenu -->
!       <b>{menutitle}</b>
        <ul>
!               {begincomment}
!               <li><a href="{setup}">{lang_configure}</a> 
<i>({lang_check})</i></li>
!               <li><a href="{headerandfooter}">{lang_editheadfoot}</a></li>
!               <li><a 
href="{managesitemodules}">{lang_managesitemodules}</a></li>
!               <li><a 
href="{managesitecontent}">{lang_managesitecontent}</a></li>
!               {endcomment}
!               <li><a href="{managecategory}">{lang_managecat}</a></li>
!               <li><a href="{managepage}">{lang_managepage}</a></li>
!               <li><a 
href="{managetranslations}">{lang_managetranslations}</a></li>
        </ul>
! <!-- END MainMenu -->
--- 1,14 ----
! <h3>{lang_sitemenu}</h3>
        <ul>
!       {sitemenu}
        </ul>
! <!-- BEGIN switch -->
! <h3>{lang_othermenu}</h3>
!       <ul>
!       {othermenu}
!       </ul>
! <!-- END switch -->
! 
! <!-- BEGIN menuentry -->
!               <li><a href="{value}">{display}</a></li>
! <!-- END menuentry -->
\ No newline at end of file

Index: manage_content.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/manage_content.tpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** manage_content.tpl  3 May 2003 21:10:40 -0000       1.1.2.1
--- manage_content.tpl  23 Jun 2003 20:31:22 -0000      1.1.2.2
***************
*** 1,48 ****
  <div 
style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{content_manager}
 {page_or_cat_name}</div>
  {help}
- 
  <!-- BEGIN Contentarea -->
  <h2 style="text-align:center">{contentarea} {area}</h2>
  <center style="color:red">{error}</center>
  
! <!-- BEGIN Module -->
! <!-- BEGIN Moduleeditor -->
! <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
! <h4>{moduleinfo}: {description}</h4>
! <span style="color:red">{validationerror}</span>
! <form method="POST">
! <table>
! <!-- BEGIN EditorElement -->
!       <tr>
!               <td>{label}</td>
!               <td>{form}</td>
!       </tr>
! <!-- END EditorElement -->
! </table>
! <input type="hidden" value="{blockid}" name="blockid" />
! <input type="submit" value= {savebutton} name="btnSaveBlock" /> {savelang}
! <input type="submit" value= {deletebutton} name="btnDeleteBlock" />
! </form>
! </div>
! <!-- END Moduleeditor -->
  
- <!-- BEGIN Moduleview -->
- <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
- <h4>{moduleinfo}: {description}</h4>
- <table>
- <!-- BEGIN ViewElement -->
-       <tr>
-               <td>{label}</td>
-               <td>{value}</td>
-       </tr>
- <!-- END ViewElement -->
- </table>
- </div>
- <!-- END Moduleview -->
- <!-- END Module -->
  <div align="center">
  {addblockform}
  </div>
  <!-- END Contentarea -->
- 
- <div align="center">{managelink}</div>
--- 1,12 ----
  <div 
style="margin-bottom:1cm;font-weight:bold;text-align:center;text-decoration:underline">{content_manager}
 {page_or_cat_name}</div>
  {help}
  <!-- BEGIN Contentarea -->
  <h2 style="text-align:center">{contentarea} {area}</h2>
  <center style="color:red">{error}</center>
  
! {blocks}
  
  <div align="center">
  {addblockform}
  </div>
  <!-- END Contentarea -->

Index: manage_modules.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/manage_modules.tpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** manage_modules.tpl  3 May 2003 21:10:40 -0000       1.1.2.1
--- manage_modules.tpl  23 Jun 2003 20:31:22 -0000      1.1.2.2
***************
*** 2,6 ****
  <div><a href={findmodules}>{lang_findmodules}</a></div>
  <br>
! <div>{help}</div>
  <br>
  <!-- BEGIN Contentarea -->
--- 2,6 ----
  <div><a href={findmodules}>{lang_findmodules}</a></div>
  <br>
! <div>{lang_help_module_manager}</div>
  <br>
  <!-- BEGIN Contentarea -->

Index: sitemgr_header.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/sitemgr_header.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** sitemgr_header.tpl  5 Dec 2002 22:15:04 -0000       1.3
--- sitemgr_header.tpl  23 Jun 2003 20:31:22 -0000      1.3.2.1
***************
*** 1,16 ****
! <!-- BEGIN sitemgr_header -->
!       <!-- <center> -->
!       <b><u>{sitemgr_administration}</u></b>
!               <br>
!               <!-- &nbsp;&nbsp;&nbsp; -->
!               [
!               <i>
!               <a href='{mainmenu}'>{view_menu}</a>
!               </i>&nbsp;|&nbsp;<i>
!               <a href='{sitemgr-site}' target='_blank'>{view_site}</a>
!               </i>
!               ]
!       <hr>
!       <br>
!       <!-- </center> -->
! <!-- END sitemgr_header -->
--- 1,10 ----
!       <form name="mainmenu" method="POST" style="display:inline">
!               <select name="menuswitch">{menulist}</select>
!       </form>
! <!-- BEGIN switch -->
!       &nbsp;|&nbsp;
!       <form name="siteselect" method="POST" style="display:inline">
!               <select name="siteswitch">{sitelist}</select>
!       </form>
!       &nbsp;
! <!-- END switch -->

Index: translate_category.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/templates/default/translate_category.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** translate_category.tpl      17 Jan 2003 03:37:53 -0000      1.3
--- translate_category.tpl      23 Jun 2003 20:31:22 -0000      1.3.2.1
***************
*** 24,48 ****
  </form>
  <h4 style="text-align:center">Content blocks for category</h4>
! <!-- BEGIN Blocktranslator -->
! <h5>{moduleinfo}</h5>
! <div align="center" style="color:red">{validationerror}</div>
! <form method="POST">
! <table style="border-width:2px;border-style:solid;" align="center" border 
="1" rules="all" width="80%" cellpadding="5">
!       <tr>
!               <td width="20%">{lang_refresh}</td><td 
width="40%">{showlang}</td><td width="40%">{savelang}</td>
!       </tr>
! <!-- BEGIN EditorElement -->
!       <tr>
!               <td>{label}</td>
!               <td>{value}</td>
!               <td>{form}</td>
!       </tr>
! <!-- END EditorElement -->
!       <tr>
!               <td colspan="3" align="center"><input type="reset" name="reset" 
value="{lang_reset}">{savebutton}</td>
!       </tr>
! </table>
! <input type="hidden" name="category_id" value="{catid}">
! <input type="hidden" value="{blockid}" name="blockid" />
! </form>
! <!-- END Blocktranslator -->
\ No newline at end of file
--- 24,26 ----
  </form>
  <h4 style="text-align:center">Content blocks for category</h4>
! {blocks}
\ No newline at end of file

Index: translate_page.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/translate_page.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** translate_page.tpl  17 Jan 2003 03:37:53 -0000      1.3
--- translate_page.tpl  23 Jun 2003 20:31:22 -0000      1.3.2.1
***************
*** 24,48 ****
  </form>
  <h4 style="text-align:center">Content blocks for page</h4>
! <!-- BEGIN Blocktranslator -->
! <h5>{moduleinfo}</h5>
! <div align="center" style="color:red">{validationerror}</div>
! <form method="POST">
! <table style="border-width:2px;border-style:solid;" align="center" border 
="1" rules="all" width="80%" cellpadding="5">
!       <tr>
!               <td width="20%">{lang_refresh}</td><td 
width="40%">{showlang}</td><td width="40%">{savelang}</td>
!       </tr>
! <!-- BEGIN EditorElement -->
!       <tr>
!               <td>{label}</td>
!               <td>{value}</td>
!               <td>{form}</td>
!       </tr>
! <!-- END EditorElement -->
!       <tr>
!               <td colspan="3" align="center"><input type="reset" name="reset" 
value="{lang_reset}">{savebutton}</td>
!       </tr>
! </table>
! <input type="hidden" name="page_id" value="{pageid}">
! <input type="hidden" value="{blockid}" name="blockid" />
! </form>
! <!-- END Blocktranslator -->
\ No newline at end of file
--- 24,26 ----
  </form>
  <h4 style="text-align:center">Content blocks for page</h4>
! {blocks}
\ No newline at end of file

Index: translate_sitecontent.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/templates/default/translate_sitecontent.tpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** translate_sitecontent.tpl   17 Jan 2003 03:37:53 -0000      1.1
--- translate_sitecontent.tpl   23 Jun 2003 20:31:22 -0000      1.1.2.1
***************
*** 2,25 ****
  <div style="text-align:center; color:#FF0000; 
font-weight:bold;"><b>{error_msg}</b></div>
  <h4 style="text-align:center">Site-wide Content blocks</h4>
! <!-- BEGIN Blocktranslator -->
! <h5>{moduleinfo}</h5>
! <div align="center" style="color:red">{validationerror}</div>
! <form method="POST">
! <table style="border-width:2px;border-style:solid;" align="center" border 
="1" rules="all" width="80%" cellpadding="5">
!       <tr>
!               <td width="20%">{lang_refresh}</td><td 
width="40%">{showlang}</td><td width="40%">{savelang}</td>
!       </tr>
! <!-- BEGIN EditorElement -->
!       <tr>
!               <td>{label}</td>
!               <td>{value}</td>
!               <td>{form}</td>
!       </tr>
! <!-- END EditorElement -->
!       <tr>
!               <td colspan="3" align="center"><input type="reset" name="reset" 
value="{lang_reset}">{savebutton}</td>
!       </tr>
! </table>
! <input type="hidden" value="{blockid}" name="blockid" />
! </form>
! <!-- END Blocktranslator -->
\ No newline at end of file
--- 2,4 ----
  <div style="text-align:center; color:#FF0000; 
font-weight:bold;"><b>{error_msg}</b></div>
  <h4 style="text-align:center">Site-wide Content blocks</h4>
! {blocks}
\ No newline at end of file

--- header_footer_theme.tpl DELETED ---

--- manage_categories.tpl DELETED ---

--- manage_sitecontent.tpl DELETED ---

--- page_editor.tpl DELETED ---

--- page_manager.tpl DELETED ---

--- site_format_manager.tpl DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]