11
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 17:05

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


Thank you... I have solved the problem....



12
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 14:48

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


Quote:

.even {background-color: #fafae5; font-size: 11px; padding: 10px 5px 10px 5px; font-weight: normal; text-align: left;}
.odd {background-color: #fafae5; padding: 10px 5px 10px 5px; text-align: left; font-size: 11px; vertical-align: middle;}



I have added, but still got problem. Any class that I have to add "text-align: left;"



13
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 13:36

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


I have changed that setting, but it is still the same.... Only the "Category" will align to the right. Why? It is my themes's problem? Help....



14
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 13:20

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


So sad, it is also like that....

Quote:

<h4><{$lang_activenotifications}></h4>
<form name="notificationlist" action="notifications.php" method="post">
<table class="outer">
<tr>
<th><input name="allbox" id="allbox" onclick="xoopsCheckGroup('notificationlist', 'allbox', 'del_mod[]');" type="checkbox" value="<{$lang_checkall}>" /></th>
<div align="left"><{$lang_event}></div>
<th><{$lang_category}></th>
<th><{$lang_itemid}></th>
<th><{$lang_itemname}></th>
</tr>
<{foreach item=module from=$modules}>
<tr>
<td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td>
<td class="head" colspan="4"><{$lang_module}>: <{$module.name}></td>
</tr>
<{foreach item=category from=$module.categories}>
<{foreach item=item from=$category.items}>
<{foreach item=notification from=$item.notifications}>
<tr>
<{cycle values=odd,even assign=class}>
<td class="<{$class}>"><input type="checkbox" name="del_not[<{$module.id}>][]" id="del_not[<{$module.id}>][]" value="<{$notification.id}>" /></td>
<td class="<{$class}>"><{$notification.event_title}></td>
<td class="<{$class}>"><{$notification.category_title}></td>
<td class="<{$class}>"><{if $item.id != 0}><{$item.id}><{/if}></td>
<td class="<{$class}>"><{if $item.id != 0}><{if $item.url != ''}><a href="<{$item.url}>"><{/if}><{$item.name}><{if $item.url != ''}></a><{/if}><{/if}></td>
</tr>
<{/foreach}>
<{/foreach}>
<{/foreach}>
<{/foreach}>
<tr>
<td class="foot" colspan="5">
<input class="formbutton" type="submit" name="delete_cancel" value="<{$lang_cancel}>" />
<input class="formbutton" type="reset" name="delete_reset" value="<{$lang_clear}>" />
<input class="formbutton" type="submit" name="delete" value="<{$lang_delete}>" />
<input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{$notification_token}>" />
</td>
</tr>
</table>
</form>



15
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 12:57

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


I don't modify anything.

Quote:

<h4><{$lang_activenotifications}></h4>
<form name="notificationlist" action="notifications.php" method="post">
<table class="outer">
<tr>
<th><input name="allbox" id="allbox" onclick="xoopsCheckGroup('notificationlist', 'allbox', 'del_mod[]');" type="checkbox" value="<{$lang_checkall}>" /></th>
<th><{$lang_event}></th>
<th><{$lang_category}></th>
<th><{$lang_itemid}></th>
<th><{$lang_itemname}></th>
</tr>
<{foreach item=module from=$modules}>
<tr>
<td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td>
<td class="head" colspan="4"><{$lang_module}>: <{$module.name}></td>
</tr>
<{foreach item=category from=$module.categories}>
<{foreach item=item from=$category.items}>
<{foreach item=notification from=$item.notifications}>
<tr>
<{cycle values=odd,even assign=class}>
<td class="<{$class}>"><input type="checkbox" name="del_not[<{$module.id}>][]" id="del_not[<{$module.id}>][]" value="<{$notification.id}>" /></td>
<td class="<{$class}>"><{$notification.event_title}></td>
<td class="<{$class}>"><{$notification.category_title}></td>
<td class="<{$class}>"><{if $item.id != 0}><{$item.id}><{/if}></td>
<td class="<{$class}>"><{if $item.id != 0}><{if $item.url != ''}><a href="<{$item.url}>"><{/if}><{$item.name}><{if $item.url != ''}></a><{/if}><{/if}></td>
</tr>
<{/foreach}>
<{/foreach}>
<{/foreach}>
<{/foreach}>
<tr>
<td class="foot" colspan="5">
<input class="formbutton" type="submit" name="delete_cancel" value="<{$lang_cancel}>" />
<input class="formbutton" type="reset" name="delete_reset" value="<{$lang_clear}>" />
<input class="formbutton" type="submit" name="delete" value="<{$lang_delete}>" />
<input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{$notification_token}>" />
</td>
</tr>
</table>
</form>




16
ejykluang
Re: Please help!!! How to move it?
  • 2005/12/2 12:00

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


What template(Which template - notification or ...) can cause this ? Can you please tell me more? Thanks



17
ejykluang
Please help!!! How to move it?
  • 2005/12/2 1:38

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


Can anyone helps me to move the "Events" to the left side at the pic shows below.


Resized Image



18
ejykluang
Re: more stupid questions. How do I change what appears in the Main Menu generated by the System Mod
  • 2005/9/16 13:54

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


Erm... can I know where should I put i the code? In multimenu.php or?? Please help me...



19
ejykluang
Re: xcgal + xoops 2.2
  • 2005/8/5 3:36

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


Erm... I can download that file, but I can't open it. What should I do???



20
ejykluang
Help!!!!
  • 2005/8/4 12:46

  • ejykluang

  • Just popping in

  • Posts: 24

  • Since: 2005/7/30


When I click Add Event, some pop-up windows appeare which are

ERROR[createSection]:Can't find the request dropdown definition.
FIXME:Unknow toolbar item: function() { return this[this.length-1];}
ERROR[createSection]:Can't find the request dropdown definition.
FIXME: Unknown toolbar item: function(s){ for (var i=0; i< this length; i++){if this[i]===s){return true;}
}return false;}
ERROR[createSelect]:Can't find the request dropdown definition.
FIXME: Unknown toolbar item: function(){return this[this.length-1];}

ERROR[createSelect]:Can't find the request dropdown definition.
FIXME: Unknown toolbar item: function(s){ for (var i=0; i< this length; i++){if this[i]===s){return true;}
}return false;}



Who can help me????




TopTop
« 1 (2) 3 »



Login

Who's Online

161 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits